Html Css Color HEX #C20A2A Fire Engine Red

📋 copy color: '#C20A2A'

red 194 ◦ green 10 ◦ blue 42

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

Shades of Fire Engine Red #C20A2A

Tints of Fire Engine Red #C20A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 78.86%
G = 4.07%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C20A2A (or 0xC20A2A) is known color: Fire Engine Red. HEX triplet: C2, 0A and 2A. RGB value is (194,10,42). Sum of RGB (Red+Green+Blue) = 194+10+42=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20A2A is #3DF5D5. Grayscale: #444444. Windows color (decimal): -4060630 or 2755266. OLE color: 2755266.

HSL color Cylindrical-coordinate representation of color #C20A2A: hue angle of 349.57º 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 #C20A2A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 10 42 -
CMYK 0 0.95 0.78 0.24
HSL 349.57º 0.9% 0.4% -
HSV(B) 349.57º 0.95% 0.76% -
XYZ 22.77 11.85 3.28 -
YUV 68.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 194 10 42 0 0.95 0.78 0.24 349.57 0.9 0.4
Hex C2 A 2A 0 5F 4E 18 15E 5A 28
Octal 302 12 52 0 137 116 30 536 132 50
Binary 11000010 1010 101010 0 1011111 1001110 11000 101011110 1011010 101000

Color Harmonies of #C20A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A2A

Black with #C20A2A

Text Example


Text Example

White with #C20A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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