#C01E29

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

Shades of Fire Engine Red #C01E29

Tints of Fire Engine Red #C01E29

Color information

#C01E29 (or 0xC01E29) is unknown color: approx Fire Engine Red. HEX triplet: C0, 1E and 29. RGB value is (192,30,41). Sum of RGB (Red+Green+Blue) = 192+30+41=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E29 is #3FE1D6. Grayscale: #4F4F4F. Windows color (decimal): -4186583 or 2694848. OLE color: 2694848.

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

Color convert

RGB1923041-
CMYK00.840.790.25
HSL355.93º72.97%43.53%-
HSV(B)355.93º84.38%75.29%-
XYZ22.612.33.28-
YUV79.69106.17208.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.00%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=73.00%
G=11.41%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192304100.840.790.25355.9372.9743.53
HexC01E290544F19164492c
Octal300365101241173154411154
Binary1100000011110101001010101001001111110011011001001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01E29; }

 p { color: rgb(192,30,41); }

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

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

 a { background-color: rgb(192,30,41); }

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

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

 span { border-color: rgb(192,30,41); }

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