#C41D1C

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

Shades of Fire Brick #C41D1C

Tints of Fire Brick #C41D1C

Color information

#C41D1C (or 0xC41D1C) is unknown color: approx Fire Brick. HEX triplet: C4, 1D and 1C. RGB value is (196,29,28). Sum of RGB (Red+Green+Blue) = 196+29+28=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D1C is #3BE2E3. Grayscale: #4E4E4E. Windows color (decimal): -3924708 or 1842628. OLE color: 1842628.

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

Color convert

RGB1962928-
CMYK00.850.860.23
HSL0.36º75%43.92%-
HSV(B)0.36º85.71%76.86%-
XYZ23.4112.72.32-
YUV78.8299.33211.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.47%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=77.47%
G=11.46%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196292800.850.860.230.367543.92
HexC41D1C055561704b2c
Octal3043534012512627011354
Binary1100010011101111000101010110101101011101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41D1C; }

 p { color: rgb(196,29,28); }

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

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

 a { background-color: rgb(196,29,28); }

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

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

 span { border-color: rgb(196,29,28); }

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