#C92123

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

Shades of Fire Engine Red #C92123

Tints of Fire Engine Red #C92123

Color information

#C92123 (or 0xC92123) is unknown color: approx Fire Engine Red. HEX triplet: C9, 21 and 23. RGB value is (201,33,35). Sum of RGB (Red+Green+Blue) = 201+33+35=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C92123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92123 is #36DEDC. Grayscale: #535353. Windows color (decimal): -3595997 or 2302409. OLE color: 2302409.

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

Color convert

RGB2013335-
CMYK00.840.830.21
HSL359.29º71.79%45.88%-
HSV(B)359.29º83.58%78.82%-
XYZ24.9313.632.91-
YUV83.46100.66211.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 74.72%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=74.72%
G=12.27%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201333500.840.830.21359.2971.7945.88
HexC921230545315167482e
Octal311414301241232554711056
Binary11001001100001100011010101001010011101011011001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92123; }

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

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

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

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

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

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

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

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