#C90F23

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

Shades of Fire Engine Red #C90F23

Tints of Fire Engine Red #C90F23

Color information

#C90F23 (or 0xC90F23) is unknown color: approx Fire Engine Red. HEX triplet: C9, 0F and 23. RGB value is (201,15,35). Sum of RGB (Red+Green+Blue) = 201+15+35=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F23 is #36F0DC. Grayscale: #484848. Windows color (decimal): -3600605 or 2297801. OLE color: 2297801.

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

Color convert

RGB2011535-
CMYK00.930.830.21
HSL353.55º86.11%42.35%-
HSV(B)353.55º92.54%78.82%-
XYZ24.5612.882.78-
YUV72.89106.62219.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 80.08%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=80.08%
G=5.98%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201153500.930.830.21353.5586.1142.35
HexC9F2305D5315162562a
Octal311174301351232554212652
Binary110010011111100011010111011010011101011011000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90F23; }

 p { color: rgb(201,15,35); }

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

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

 a { background-color: rgb(201,15,35); }

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

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

 span { border-color: rgb(201,15,35); }

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