Shades of Fire Engine Red #CF052B
Tints of Fire Engine Red #CF052B
RGB
CMYK
RGB Variations
Color information
#CF052B (or 0xCF052B) is known color: Fire Engine Red. HEX triplet: CF, 05 and 2B. RGB value is (207,5,43). Sum of RGB (Red+Green+Blue) = 207+5+43=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF052B is #30FAD4. Grayscale: #454545. Windows color (decimal): -3209941 or 2819535. OLE color: 2819535.
HSL color Cylindrical-coordinate representation of color #CF052B: hue angle of 348.71º 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 #CF052B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.19 |
| HSL | 348.71º | 0.95% | 0.42% | - |
| HSV(B) | 348.71º | 0.98% | 0.81% | - |
| XYZ | 26.22 | 13.55 | 3.52 | - |
| YUV | 69.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 43 | 0 | 0.98 | 0.79 | 0.19 | 348.71 | 0.95 | 0.42 |
| Hex | CF | 5 | 2B | 0 | 62 | 4F | 13 | 15D | 5F | 2A |
| Octal | 317 | 5 | 53 | 0 | 142 | 117 | 23 | 535 | 137 | 52 |
| Binary | 11001111 | 101 | 101011 | 0 | 1100010 | 1001111 | 10011 | 101011101 | 1011111 | 101010 |
Color Harmonies of #CF052B
Complementary color
Monochromatic Colors of #CF052B
Black with #CF052B
Text Example
Text Example
White with #CF052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF052B; }
p { color: rgb(207,5,43); }
H1.HeaderClassName
{
color: #CF052B;
}
.AnyTagClassName
{
color: #CF052B;
}
</style>
background-color css
<style>
a { background-color: #CF052B; }
a { background-color: rgb(207,5,43); }
div.DivClassName
{
background-color: #CF052B;
}
.BgClassName
{
background-color: #CF052B;
}
</style>
border-color css
<style>
span { border-color: #CF052B; }
span { border-color: rgb(207,5,43); }
td.TdClassName
{
border-color: #CF052B;
}
.TagClassName
{
border-color: #CF052B;
}
</style>