Html Css Color HEX #C01629 Fire Engine Red

📋 copy color: '#C01629'

red 192 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #C01629

Tints of Fire Engine Red #C01629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

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

R = 75.29%
G = 8.63%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01629 (or 0xC01629) is known color: Fire Engine Red. HEX triplet: C0, 16 and 29. RGB value is (192,22,41). Sum of RGB (Red+Green+Blue) = 192+22+41=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C01629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01629 is #3FE9D6. Grayscale: #4B4B4B. Windows color (decimal): -4188631 or 2692800. OLE color: 2692800.

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

Color convert

RGB 192 22 41 -
CMYK 0 0.89 0.79 0.25
HSL 353.29º 0.79% 0.42% -
HSV(B) 353.29º 0.89% 0.75% -
XYZ 22.43 11.94 3.22 -
YUV 75 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 192 22 41 0 0.89 0.79 0.25 353.29 0.79 0.42
Hex C0 16 29 0 59 4F 19 161 4F 2A
Octal 300 26 51 0 131 117 31 541 117 52
Binary 11000000 10110 101001 0 1011001 1001111 11001 101100001 1001111 101010

Color Harmonies of #C01629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01629

Black with #C01629

Text Example


Text Example

White with #C01629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01629; }

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

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

background-color css

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

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

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

border-color css

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

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

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