#C90C2B

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

Shades of Fire Engine Red #C90C2B

Tints of Fire Engine Red #C90C2B

Color information

#C90C2B (or 0xC90C2B) is unknown color: approx Fire Engine Red. HEX triplet: C9, 0C and 2B. RGB value is (201,12,43). Sum of RGB (Red+Green+Blue) = 201+12+43=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C2B is #36F3D4. Grayscale: #484848. Windows color (decimal): -3601365 or 2821321. OLE color: 2821321.

HSL color Cylindrical-coordinate representation of color #C90C2B: hue angle of 350.16º 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 #C90C2B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2011243-
CMYK00.940.790.21
HSL350.16º88.73%41.76%-
HSV(B)350.16º94.03%78.82%-
XYZ24.6512.853.47-
YUV72.04111.62219.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.52%
GREEN value IS 12 (5.08% from 255) = 4.69%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=78.52%
G=4.69%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201124300.940.790.21350.1688.7341.76
HexC9C2B05E4F1515e592a
Octal311145301361172553613152
Binary110010011100101011010111101001111101011010111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C2B; }

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

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

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

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

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

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

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

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