Html Css Color HEX #C01229 Fire Engine Red

📋 copy color: '#C01229'

red 192 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #C01229

Tints of Fire Engine Red #C01229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 76.49%
G = 7.17%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01229 (or 0xC01229) is known color: Fire Engine Red. HEX triplet: C0, 12 and 29. RGB value is (192,18,41). Sum of RGB (Red+Green+Blue) = 192+18+41=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C01229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01229 is #3FEDD6. Grayscale: #484848. Windows color (decimal): -4189655 or 2691776. OLE color: 2691776.

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

Color convert

RGB 192 18 41 -
CMYK 0 0.91 0.79 0.25
HSL 352.07º 0.83% 0.41% -
HSV(B) 352.07º 0.91% 0.75% -
XYZ 22.35 11.8 3.2 -
YUV 72.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 192 18 41 0 0.91 0.79 0.25 352.07 0.83 0.41
Hex C0 12 29 0 5B 4F 19 160 53 29
Octal 300 22 51 0 133 117 31 540 123 51
Binary 11000000 10010 101001 0 1011011 1001111 11001 101100000 1010011 101001

Color Harmonies of #C01229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01229

Black with #C01229

Text Example


Text Example

White with #C01229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01229; }

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

 H1.HeaderClassName
 {
   color: #C01229;
 }
 .AnyTagClassName
 {
   color: #C01229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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