Shades of Fire Engine Red #C9052F
Tints of Fire Engine Red #C9052F
RGB
CMYK
RGB Variations
Color information
#C9052F (or 0xC9052F) is known color: Fire Engine Red. HEX triplet: C9, 05 and 2F. RGB value is (201,5,47). Sum of RGB (Red+Green+Blue) = 201+5+47=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C9052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9052F is #36FAD0. Grayscale: #444444. Windows color (decimal): -3603153 or 3081673. OLE color: 3081673.
HSL color Cylindrical-coordinate representation of color #C9052F: hue angle of 347.14º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9052F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.21 |
| HSL | 347.14º | 0.95% | 0.4% | - |
| HSV(B) | 347.14º | 0.98% | 0.79% | - |
| XYZ | 24.65 | 12.73 | 3.85 | - |
| YUV | 68.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 47 | 0 | 0.98 | 0.77 | 0.21 | 347.14 | 0.95 | 0.4 |
| Hex | C9 | 5 | 2F | 0 | 62 | 4D | 15 | 15B | 5F | 28 |
| Octal | 311 | 5 | 57 | 0 | 142 | 115 | 25 | 533 | 137 | 50 |
| Binary | 11001001 | 101 | 101111 | 0 | 1100010 | 1001101 | 10101 | 101011011 | 1011111 | 101000 |
Color Harmonies of #C9052F
Complementary color
Monochromatic Colors of #C9052F
Black with #C9052F
Text Example
Text Example
White with #C9052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9052F; }
p { color: rgb(201,5,47); }
H1.HeaderClassName
{
color: #C9052F;
}
.AnyTagClassName
{
color: #C9052F;
}
</style>
background-color css
<style>
a { background-color: #C9052F; }
a { background-color: rgb(201,5,47); }
div.DivClassName
{
background-color: #C9052F;
}
.BgClassName
{
background-color: #C9052F;
}
</style>
border-color css
<style>
span { border-color: #C9052F; }
span { border-color: rgb(201,5,47); }
td.TdClassName
{
border-color: #C9052F;
}
.TagClassName
{
border-color: #C9052F;
}
</style>