Shades of Fire Engine Red #C9072F
Tints of Fire Engine Red #C9072F
RGB
CMYK
RGB Variations
Color information
#C9072F (or 0xC9072F) is known color: Fire Engine Red. HEX triplet: C9, 07 and 2F. RGB value is (201,7,47). Sum of RGB (Red+Green+Blue) = 201+7+47=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C9072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9072F is #36F8D0. Grayscale: #454545. Windows color (decimal): -3602641 or 3082185. OLE color: 3082185.
HSL color Cylindrical-coordinate representation of color #C9072F: hue angle of 347.63º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9072F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.21 |
| HSL | 347.63º | 0.93% | 0.41% | - |
| HSV(B) | 347.63º | 0.97% | 0.79% | - |
| XYZ | 24.68 | 12.77 | 3.85 | - |
| YUV | 69.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 47 | 0 | 0.97 | 0.77 | 0.21 | 347.63 | 0.93 | 0.41 |
| Hex | C9 | 7 | 2F | 0 | 61 | 4D | 15 | 15C | 5D | 29 |
| Octal | 311 | 7 | 57 | 0 | 141 | 115 | 25 | 534 | 135 | 51 |
| Binary | 11001001 | 111 | 101111 | 0 | 1100001 | 1001101 | 10101 | 101011100 | 1011101 | 101001 |
Color Harmonies of #C9072F
Complementary color
Monochromatic Colors of #C9072F
Black with #C9072F
Text Example
Text Example
White with #C9072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9072F; }
p { color: rgb(201,7,47); }
H1.HeaderClassName
{
color: #C9072F;
}
.AnyTagClassName
{
color: #C9072F;
}
</style>
background-color css
<style>
a { background-color: #C9072F; }
a { background-color: rgb(201,7,47); }
div.DivClassName
{
background-color: #C9072F;
}
.BgClassName
{
background-color: #C9072F;
}
</style>
border-color css
<style>
span { border-color: #C9072F; }
span { border-color: rgb(201,7,47); }
td.TdClassName
{
border-color: #C9072F;
}
.TagClassName
{
border-color: #C9072F;
}
</style>