Html Css Color HEX #C01E29 Fire Engine Red

📋 copy color: '#C01E29'

red 192 ◦ green 30 ◦ blue 41

#C01E29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C01E29

Tints of Fire Engine Red #C01E29

RGB

 RED value IS 192 (75.39% from 255) = 73%

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 73%
G = 11.41%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01E29 (or 0xC01E29) is known color: 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

RGB 192 30 41 -
CMYK 0 0.84 0.79 0.25
HSL 355.93º 0.73% 0.44% -
HSV(B) 355.93º 0.84% 0.75% -
XYZ 22.6 12.3 3.28 -
YUV 79.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 192 30 41 0 0.84 0.79 0.25 355.93 0.73 0.44
Hex C0 1E 29 0 54 4F 19 164 49 2C
Octal 300 36 51 0 124 117 31 544 111 54
Binary 11000000 11110 101001 0 1010100 1001111 11001 101100100 1001001 101100

Color Harmonies of #C01E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E29

Black with #C01E29

Text Example


Text Example

White with #C01E29

Text Example


Text Example

HTML Codes & Css Web 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>