#C41F1E

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

Shades of Fire Brick #C41F1E

Tints of Fire Brick #C41F1E

Color information

#C41F1E (or 0xC41F1E) is unknown color: approx Fire Brick. HEX triplet: C4, 1F and 1E. RGB value is (196,31,30). Sum of RGB (Red+Green+Blue) = 196+31+30=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F1E is #3BE0E1. Grayscale: #505050. Windows color (decimal): -3924194 or 1974212. OLE color: 1974212.

HSL color Cylindrical-coordinate representation of color #C41F1E: hue angle of 0.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41F1E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1963130-
CMYK00.840.850.23
HSL0.36º73.45%44.31%-
HSV(B)0.36º84.69%76.86%-
XYZ23.4912.812.46-
YUV80.2299.66210.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=76.26%
G=12.06%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196313000.840.850.230.3673.4544.31
HexC41F1E05455170492c
Octal3043736012412527011154
Binary1100010011111111100101010010101011011101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41F1E; }

 p { color: rgb(196,31,30); }

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

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

 a { background-color: rgb(196,31,30); }

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

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

 span { border-color: rgb(196,31,30); }

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