#c41b22

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

Shades of Fire Engine Red #C41B22

Tints of Fire Engine Red #C41B22

Color information

#C41B22 (or 0xC41B22) is unknown color: approx Fire Engine Red. HEX triplet: C4, 1B and 22. RGB value is (196,27,34). Sum of RGB (Red+Green+Blue) = 196+27+34=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B22 is #3BE4DD. Grayscale: #4E4E4E. Windows color (decimal): -3925214 or 2235332. OLE color: 2235332.

HSL color Cylindrical-coordinate representation of color #C41B22: hue angle of 357.51º degrees, saturation: 0.76, 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 #C41B22 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB1962734-
CMYK00.860.830.23
HSL357.51º75.78%43.73%-
HSV(B)357.51º86.22%76.86%-
XYZ23.4512.642.72-
YUV78.33102.99211.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=76.26%
G=10.51%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196273400.860.830.23357.5175.7843.73
HexC41B2205653171664c2c
Octal304334201261232754611454
Binary1100010011011100010010101101010011101111011001101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41b22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41b22; }

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

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

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

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

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

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

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

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