Html Css Color HEX #C20A28 Fire Engine Red

📋 copy color: '#C20A28'

red 194 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #C20A28

Tints of Fire Engine Red #C20A28

RGB

 RED value IS 194 (76.17% from 255) = 79.51%

 GREEN value IS 10 (4.3% from 255) = 4.1%

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

R = 79.51%
G = 4.1%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20A28 (or 0xC20A28) is known color: Fire Engine Red. HEX triplet: C2, 0A and 28. RGB value is (194,10,40). Sum of RGB (Red+Green+Blue) = 194+10+40=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20A28 is #3DF5D7. Grayscale: #444444. Windows color (decimal): -4060632 or 2624194. OLE color: 2624194.

HSL color Cylindrical-coordinate representation of color #C20A28: hue angle of 350.22º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A28 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 10 40 -
CMYK 0 0.95 0.79 0.24
HSL 350.22º 0.9% 0.4% -
HSV(B) 350.22º 0.95% 0.76% -
XYZ 22.74 11.84 3.09 -
YUV 68.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 194 10 40 0 0.95 0.79 0.24 350.22 0.9 0.4
Hex C2 A 28 0 5F 4F 18 15E 5A 28
Octal 302 12 50 0 137 117 30 536 132 50
Binary 11000010 1010 101000 0 1011111 1001111 11000 101011110 1011010 101000

Color Harmonies of #C20A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A28

Black with #C20A28

Text Example


Text Example

White with #C20A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A28; }

 p { color: rgb(194,10,40); }

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

background-color css

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

 a { background-color: rgb(194,10,40); }

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

border-color css

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

 span { border-color: rgb(194,10,40); }

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