Html Css Color HEX #C02021 Fire Engine Red

📋 copy color: '#C02021'

red 192 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #C02021

Tints of Fire Engine Red #C02021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 74.71%
G = 12.45%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02021 (or 0xC02021) is known color: Fire Engine Red. HEX triplet: C0, 20 and 21. RGB value is (192,32,33). Sum of RGB (Red+Green+Blue) = 192+32+33=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C02021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02021 is #3FDFDE. Grayscale: #505050. Windows color (decimal): -4186079 or 2171072. OLE color: 2171072.

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

Color convert

RGB 192 32 33 -
CMYK 0 0.83 0.83 0.25
HSL 359.63º 0.71% 0.44% -
HSV(B) 359.63º 0.83% 0.75% -
XYZ 22.53 12.35 2.64 -
YUV 79.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 192 32 33 0 0.83 0.83 0.25 359.63 0.71 0.44
Hex C0 20 21 0 53 53 19 168 47 2C
Octal 300 40 41 0 123 123 31 550 107 54
Binary 11000000 100000 100001 0 1010011 1010011 11001 101101000 1000111 101100

Color Harmonies of #C02021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02021

Black with #C02021

Text Example


Text Example

White with #C02021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02021; }

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

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

background-color css

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

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

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

border-color css

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

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

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