Html Css Color HEX #C01122 Fire Engine Red

📋 copy color: '#C01122'

red 192 ◦ green 17 ◦ blue 34

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

Shades of Fire Engine Red #C01122

Tints of Fire Engine Red #C01122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 79.01%
G = 7%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01122 (or 0xC01122) is known color: Fire Engine Red. HEX triplet: C0, 11 and 22. RGB value is (192,17,34). Sum of RGB (Red+Green+Blue) = 192+17+34=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C01122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01122 is #3FEEDD. Grayscale: #474747. Windows color (decimal): -4189918 or 2232768. OLE color: 2232768.

HSL color Cylindrical-coordinate representation of color #C01122: hue angle of 354.17º degrees, saturation: 0.84, 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 #C01122 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 34 -
CMYK 0 0.91 0.82 0.25
HSL 354.17º 0.84% 0.41% -
HSV(B) 354.17º 0.91% 0.75% -
XYZ 22.23 11.72 2.6 -
YUV 71.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 192 17 34 0 0.91 0.82 0.25 354.17 0.84 0.41
Hex C0 11 22 0 5B 52 19 162 54 29
Octal 300 21 42 0 133 122 31 542 124 51
Binary 11000000 10001 100010 0 1011011 1010010 11001 101100010 1010100 101001

Color Harmonies of #C01122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01122

Black with #C01122

Text Example


Text Example

White with #C01122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01122; }

 p { color: rgb(192,17,34); }

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

background-color css

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

 a { background-color: rgb(192,17,34); }

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

border-color css

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

 span { border-color: rgb(192,17,34); }

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