#C41A24

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

Shades of Fire Engine Red #C41A24

Tints of Fire Engine Red #C41A24

Color information

#C41A24 (or 0xC41A24) is unknown color: approx Fire Engine Red. HEX triplet: C4, 1A and 24. RGB value is (196,26,36). Sum of RGB (Red+Green+Blue) = 196+26+36=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A24 is #3BE5DB. Grayscale: #4E4E4E. Windows color (decimal): -3925468 or 2366148. OLE color: 2366148.

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

Color convert

RGB1962636-
CMYK00.870.820.23
HSL356.47º76.58%43.53%-
HSV(B)356.47º86.73%76.86%-
XYZ23.4512.62.87-
YUV77.97104.32212.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 75.97%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=75.97%
G=10.08%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196263600.870.820.23356.4776.5843.53
HexC41A2405752171644d2c
Octal304324401271222754411554
Binary1100010011010100100010101111010010101111011001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41A24; }

 p { color: rgb(196,26,36); }

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

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

 a { background-color: rgb(196,26,36); }

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

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

 span { border-color: rgb(196,26,36); }

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