#C20E2C

Color #C20E2C Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C20E2C

Tints of Fire Engine Red #C20E2C

Color information

#C20E2C (or 0xC20E2C) is unknown color: approx 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

RGB1941444-
CMYK00.930.770.24
HSL350º86.54%40.78%-
HSV(B)350º92.78%76.08%-
XYZ22.8611.973.49-
YUV71.24112.63215.56-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194144400.930.770.2435086.5440.78
HexC2E2C05D4D1815e5729
Octal302165401351153053612751
Binary110000101110101100010111011001101110001010111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>