Shades of Fire Engine Red #CF052C
Tints of Fire Engine Red #CF052C
RGB
CMYK
RGB Variations
Color information
#CF052C (or 0xCF052C) is known color: Fire Engine Red. HEX triplet: CF, 05 and 2C. RGB value is (207,5,44). Sum of RGB (Red+Green+Blue) = 207+5+44=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF052C is #30FAD3. Grayscale: #454545. Windows color (decimal): -3209940 or 2885071. OLE color: 2885071.
HSL color Cylindrical-coordinate representation of color #CF052C: hue angle of 348.42º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF052C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.19 |
| HSL | 348.42º | 0.95% | 0.42% | - |
| HSV(B) | 348.42º | 0.98% | 0.81% | - |
| XYZ | 26.24 | 13.56 | 3.62 | - |
| YUV | 69.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 44 | 0 | 0.98 | 0.79 | 0.19 | 348.42 | 0.95 | 0.42 |
| Hex | CF | 5 | 2C | 0 | 62 | 4F | 13 | 15C | 5F | 2A |
| Octal | 317 | 5 | 54 | 0 | 142 | 117 | 23 | 534 | 137 | 52 |
| Binary | 11001111 | 101 | 101100 | 0 | 1100010 | 1001111 | 10011 | 101011100 | 1011111 | 101010 |
Color Harmonies of #CF052C
Complementary color
Monochromatic Colors of #CF052C
Black with #CF052C
Text Example
Text Example
White with #CF052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF052C; }
p { color: rgb(207,5,44); }
H1.HeaderClassName
{
color: #CF052C;
}
.AnyTagClassName
{
color: #CF052C;
}
</style>
background-color css
<style>
a { background-color: #CF052C; }
a { background-color: rgb(207,5,44); }
div.DivClassName
{
background-color: #CF052C;
}
.BgClassName
{
background-color: #CF052C;
}
</style>
border-color css
<style>
span { border-color: #CF052C; }
span { border-color: rgb(207,5,44); }
td.TdClassName
{
border-color: #CF052C;
}
.TagClassName
{
border-color: #CF052C;
}
</style>