#c41b18

Color #C41B18 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C41B18

Tints of Fire Brick #C41B18

Color information

#C41B18 (or 0xC41B18) is unknown color: approx Fire Brick. HEX triplet: C4, 1B and 18. RGB value is (196,27,24). Sum of RGB (Red+Green+Blue) = 196+27+24=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41B18 is #3BE4E7. Grayscale: #4D4D4D. Windows color (decimal): -3925224 or 1579972. OLE color: 1579972.

HSL color Cylindrical-coordinate representation of color #C41B18: hue angle of 1.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41B18 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB1962724-
CMYK00.860.880.23
HSL1.05º78.18%43.14%-
HSV(B)1.05º87.76%76.86%-
XYZ23.3212.592.06-
YUV77.1997.99212.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 79.35%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=79.35%
G=10.93%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196272400.860.880.231.0578.1843.14
HexC41B18056581714e2b
Octal3043330012613027111653
Binary1100010011011110000101011010110001011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41b18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41b18; }

 p { color: rgb(196,27,24); }

 H1.HeaderClassName
 {
   color: #c41b18;
 }
 .AnyTagClassName
 {
   color: #c41b18;
 }
</style>
background-color css

<style>
 a { background-color: #c41b18; }

 a { background-color: rgb(196,27,24); }

 div.DivClassName
 {
   background-color: #c41b18;
 }
 .BgClassName
 {
   background-color: #c41b18;
 }
</style>
border-color css

<style>
 span { border-color: #c41b18; }

 span { border-color: rgb(196,27,24); }

 td.TdClassName
 {
   border-color: #c41b18;
 }
 .TagClassName
 {
   border-color: #c41b18;
 }
</style>