Shades of Fire Engine Red #C92223
Tints of Fire Engine Red #C92223
RGB
CMYK
RGB Variations
Color information
#C92223 (or 0xC92223) is known color: Fire Engine Red. HEX triplet: C9, 22 and 23. RGB value is (201,34,35). Sum of RGB (Red+Green+Blue) = 201+34+35=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C92223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92223 is #36DDDC. Grayscale: #545454. Windows color (decimal): -3595741 or 2302665. OLE color: 2302665.
HSL color Cylindrical-coordinate representation of color #C92223: hue angle of 359.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92223 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 35 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.21 |
| HSL | 359.64º | 0.71% | 0.46% | - |
| HSV(B) | 359.64º | 0.83% | 0.79% | - |
| XYZ | 24.96 | 13.68 | 2.92 | - |
| YUV | 84.05 | 100.33 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 35 | 0 | 0.83 | 0.83 | 0.21 | 359.64 | 0.71 | 0.46 |
| Hex | C9 | 22 | 23 | 0 | 53 | 53 | 15 | 168 | 47 | 2E |
| Octal | 311 | 42 | 43 | 0 | 123 | 123 | 25 | 550 | 107 | 56 |
| Binary | 11001001 | 100010 | 100011 | 0 | 1010011 | 1010011 | 10101 | 101101000 | 1000111 | 101110 |
Color Harmonies of #C92223
Complementary color
Monochromatic Colors of #C92223
Black with #C92223
Text Example
Text Example
White with #C92223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92223; }
p { color: rgb(201,34,35); }
H1.HeaderClassName
{
color: #C92223;
}
.AnyTagClassName
{
color: #C92223;
}
</style>
background-color css
<style>
a { background-color: #C92223; }
a { background-color: rgb(201,34,35); }
div.DivClassName
{
background-color: #C92223;
}
.BgClassName
{
background-color: #C92223;
}
</style>
border-color css
<style>
span { border-color: #C92223; }
span { border-color: rgb(201,34,35); }
td.TdClassName
{
border-color: #C92223;
}
.TagClassName
{
border-color: #C92223;
}
</style>