Html Css Color HEX #C01220 Fire Engine Red

📋 copy color: '#C01220'

red 192 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #C01220

Tints of Fire Engine Red #C01220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 79.34%
G = 7.44%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C01220 (or 0xC01220) is known color: Fire Engine Red. HEX triplet: C0, 12 and 20. RGB value is (192,18,32). Sum of RGB (Red+Green+Blue) = 192+18+32=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C01220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01220 is #3FEDDF. Grayscale: #474747. Windows color (decimal): -4189664 or 2101952. OLE color: 2101952.

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

Color convert

RGB 192 18 32 -
CMYK 0 0.91 0.83 0.25
HSL 355.17º 0.83% 0.41% -
HSV(B) 355.17º 0.91% 0.75% -
XYZ 22.22 11.74 2.46 -
YUV 71.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 192 18 32 0 0.91 0.83 0.25 355.17 0.83 0.41
Hex C0 12 20 0 5B 53 19 163 53 29
Octal 300 22 40 0 133 123 31 543 123 51
Binary 11000000 10010 100000 0 1011011 1010011 11001 101100011 1010011 101001

Color Harmonies of #C01220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01220

Black with #C01220

Text Example


Text Example

White with #C01220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01220; }

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

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

background-color css

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

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

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

border-color css

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

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

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