Shades of Fire Engine Red #C9222B
Tints of Fire Engine Red #C9222B
RGB
CMYK
RGB Variations
Color information
#C9222B (or 0xC9222B) is known color: Fire Engine Red. HEX triplet: C9, 22 and 2B. RGB value is (201,34,43). Sum of RGB (Red+Green+Blue) = 201+34+43=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9222B is #36DDD4. Grayscale: #555555. Windows color (decimal): -3595733 or 2826953. OLE color: 2826953.
HSL color Cylindrical-coordinate representation of color #C9222B: hue angle of 356.77º 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 #C9222B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.21 |
| HSL | 356.77º | 0.71% | 0.46% | - |
| HSV(B) | 356.77º | 0.83% | 0.79% | - |
| XYZ | 25.1 | 13.74 | 3.61 | - |
| YUV | 84.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 43 | 0 | 0.83 | 0.79 | 0.21 | 356.77 | 0.71 | 0.46 |
| Hex | C9 | 22 | 2B | 0 | 53 | 4F | 15 | 165 | 47 | 2E |
| Octal | 311 | 42 | 53 | 0 | 123 | 117 | 25 | 545 | 107 | 56 |
| Binary | 11001001 | 100010 | 101011 | 0 | 1010011 | 1001111 | 10101 | 101100101 | 1000111 | 101110 |
Color Harmonies of #C9222B
Complementary color
Monochromatic Colors of #C9222B
Black with #C9222B
Text Example
Text Example
White with #C9222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9222B; }
p { color: rgb(201,34,43); }
H1.HeaderClassName
{
color: #C9222B;
}
.AnyTagClassName
{
color: #C9222B;
}
</style>
background-color css
<style>
a { background-color: #C9222B; }
a { background-color: rgb(201,34,43); }
div.DivClassName
{
background-color: #C9222B;
}
.BgClassName
{
background-color: #C9222B;
}
</style>
border-color css
<style>
span { border-color: #C9222B; }
span { border-color: rgb(201,34,43); }
td.TdClassName
{
border-color: #C9222B;
}
.TagClassName
{
border-color: #C9222B;
}
</style>