#C90C2C

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

Shades of Fire Engine Red #C90C2C

Tints of Fire Engine Red #C90C2C

Color information

#C90C2C (or 0xC90C2C) is unknown color: approx Fire Engine Red. HEX triplet: C9, 0C and 2C. RGB value is (201,12,44). Sum of RGB (Red+Green+Blue) = 201+12+44=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C2C is #36F3D3. Grayscale: #484848. Windows color (decimal): -3601364 or 2886857. OLE color: 2886857.

HSL color Cylindrical-coordinate representation of color #C90C2C: hue angle of 349.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C2C is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2011244-
CMYK00.940.780.21
HSL349.84º88.73%41.76%-
HSV(B)349.84º94.03%78.82%-
XYZ24.6712.863.57-
YUV72.16112.12219.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.21%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=78.21%
G=4.67%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201124400.940.780.21349.8488.7341.76
HexC9C2C05E4E1515e592a
Octal311145401361162553613152
Binary110010011100101100010111101001110101011010111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C2C; }

 p { color: rgb(201,12,44); }

 H1.HeaderClassName
 {
   color: #C90C2C;
 }
 .AnyTagClassName
 {
   color: #C90C2C;
 }
</style>
background-color css

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

 a { background-color: rgb(201,12,44); }

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

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

 span { border-color: rgb(201,12,44); }

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