Html Css Color HEX #C01029 Fire Engine Red

📋 copy color: '#C01029'

red 192 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #C01029

Tints of Fire Engine Red #C01029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 77.11%
G = 6.43%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01029 (or 0xC01029) is known color: Fire Engine Red. HEX triplet: C0, 10 and 29. RGB value is (192,16,41). Sum of RGB (Red+Green+Blue) = 192+16+41=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01029 is #3FEFD6. Grayscale: #474747. Windows color (decimal): -4190167 or 2691264. OLE color: 2691264.

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

Color convert

RGB 192 16 41 -
CMYK 0 0.92 0.79 0.25
HSL 351.48º 0.85% 0.41% -
HSV(B) 351.48º 0.92% 0.75% -
XYZ 22.32 11.74 3.19 -
YUV 71.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 192 16 41 0 0.92 0.79 0.25 351.48 0.85 0.41
Hex C0 10 29 0 5C 4F 19 15F 55 29
Octal 300 20 51 0 134 117 31 537 125 51
Binary 11000000 10000 101001 0 1011100 1001111 11001 101011111 1010101 101001

Color Harmonies of #C01029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01029

Black with #C01029

Text Example


Text Example

White with #C01029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01029; }

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

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

background-color css

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

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

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

border-color css

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

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

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