Html Css Color HEX #C01020 Fire Engine Red

📋 copy color: '#C01020'

red 192 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #C01020

Tints of Fire Engine Red #C01020

RGB

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

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

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

R = 80%
G = 6.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C01020 (or 0xC01020) is known color: Fire Engine Red. HEX triplet: C0, 10 and 20. RGB value is (192,16,32). Sum of RGB (Red+Green+Blue) = 192+16+32=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C01020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01020 is #3FEFDF. Grayscale: #464646. Windows color (decimal): -4190176 or 2101440. OLE color: 2101440.

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

Color convert

RGB 192 16 32 -
CMYK 0 0.92 0.83 0.25
HSL 354.55º 0.85% 0.41% -
HSV(B) 354.55º 0.92% 0.75% -
XYZ 22.18 11.68 2.45 -
YUV 70.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 192 16 32 0 0.92 0.83 0.25 354.55 0.85 0.41
Hex C0 10 20 0 5C 53 19 163 55 29
Octal 300 20 40 0 134 123 31 543 125 51
Binary 11000000 10000 100000 0 1011100 1010011 11001 101100011 1010101 101001

Color Harmonies of #C01020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01020

Black with #C01020

Text Example


Text Example

White with #C01020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01020; }

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

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

background-color css

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

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

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

border-color css

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

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

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