Html Css Color HEX #C20E2C Fire Engine Red

📋 copy color: '#C20E2C'

red 194 ◦ green 14 ◦ blue 44

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

Shades of Fire Engine Red #C20E2C

Tints of Fire Engine Red #C20E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 76.98%
G = 5.56%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C20E2C (or 0xC20E2C) is known color: Fire Engine Red. HEX triplet: C2, 0E and 2C. RGB value is (194,14,44). Sum of RGB (Red+Green+Blue) = 194+14+44=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E2C is #3DF1D3. Grayscale: #474747. Windows color (decimal): -4059604 or 2887362. OLE color: 2887362.

HSL color Cylindrical-coordinate representation of color #C20E2C: hue angle of 350º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E2C is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 44 -
CMYK 0 0.93 0.77 0.24
HSL 350º 0.87% 0.41% -
HSV(B) 350º 0.93% 0.76% -
XYZ 22.86 11.97 3.49 -
YUV 71.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 194 14 44 0 0.93 0.77 0.24 350 0.87 0.41
Hex C2 E 2C 0 5D 4D 18 15E 57 29
Octal 302 16 54 0 135 115 30 536 127 51
Binary 11000010 1110 101100 0 1011101 1001101 11000 101011110 1010111 101001

Color Harmonies of #C20E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E2C

Black with #C20E2C

Text Example


Text Example

White with #C20E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E2C; }

 p { color: rgb(194,14,44); }

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

background-color css

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

 a { background-color: rgb(194,14,44); }

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

border-color css

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

 span { border-color: rgb(194,14,44); }

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