Html Css Color HEX #C02028 Fire Engine Red

📋 copy color: '#C02028'

red 192 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #C02028

Tints of Fire Engine Red #C02028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 72.73%
G = 12.12%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02028 (or 0xC02028) is known color: Fire Engine Red. HEX triplet: C0, 20 and 28. RGB value is (192,32,40). Sum of RGB (Red+Green+Blue) = 192+32+40=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C02028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02028 is #3FDFD7. Grayscale: #505050. Windows color (decimal): -4186072 or 2629824. OLE color: 2629824.

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

Color convert

RGB 192 32 40 -
CMYK 0 0.83 0.79 0.25
HSL 357º 0.71% 0.44% -
HSV(B) 357º 0.83% 0.75% -
XYZ 22.64 12.39 3.21 -
YUV 80.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 192 32 40 0 0.83 0.79 0.25 357 0.71 0.44
Hex C0 20 28 0 53 4F 19 165 47 2C
Octal 300 40 50 0 123 117 31 545 107 54
Binary 11000000 100000 101000 0 1010011 1001111 11001 101100101 1000111 101100

Color Harmonies of #C02028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02028

Black with #C02028

Text Example


Text Example

White with #C02028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02028; }

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

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

background-color css

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

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

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

border-color css

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

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

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