Shades of Fire Engine Red #C90B22
Tints of Fire Engine Red #C90B22
RGB
CMYK
RGB Variations
Color information
#C90B22 (or 0xC90B22) is known color: Fire Engine Red. HEX triplet: C9, 0B and 22. RGB value is (201,11,34). Sum of RGB (Red+Green+Blue) = 201+11+34=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B22 is #36F4DD. Grayscale: #464646. Windows color (decimal): -3601630 or 2231241. OLE color: 2231241.
HSL color Cylindrical-coordinate representation of color #C90B22: hue angle of 352.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B22 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 34 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.21 |
| HSL | 352.74º | 0.9% | 0.42% | - |
| HSV(B) | 352.74º | 0.95% | 0.79% | - |
| XYZ | 24.5 | 12.77 | 2.69 | - |
| YUV | 70.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 34 | 0 | 0.95 | 0.83 | 0.21 | 352.74 | 0.9 | 0.42 |
| Hex | C9 | B | 22 | 0 | 5F | 53 | 15 | 161 | 5A | 2A |
| Octal | 311 | 13 | 42 | 0 | 137 | 123 | 25 | 541 | 132 | 52 |
| Binary | 11001001 | 1011 | 100010 | 0 | 1011111 | 1010011 | 10101 | 101100001 | 1011010 | 101010 |
Color Harmonies of #C90B22
Complementary color
Monochromatic Colors of #C90B22
Black with #C90B22
Text Example
Text Example
White with #C90B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B22; }
p { color: rgb(201,11,34); }
H1.HeaderClassName
{
color: #C90B22;
}
.AnyTagClassName
{
color: #C90B22;
}
</style>
background-color css
<style>
a { background-color: #C90B22; }
a { background-color: rgb(201,11,34); }
div.DivClassName
{
background-color: #C90B22;
}
.BgClassName
{
background-color: #C90B22;
}
</style>
border-color css
<style>
span { border-color: #C90B22; }
span { border-color: rgb(201,11,34); }
td.TdClassName
{
border-color: #C90B22;
}
.TagClassName
{
border-color: #C90B22;
}
</style>