Shades of Fire Engine Red #CF032A
Tints of Fire Engine Red #CF032A
RGB
CMYK
RGB Variations
Color information
#CF032A (or 0xCF032A) is known color: Fire Engine Red. HEX triplet: CF, 03 and 2A. RGB value is (207,3,42). Sum of RGB (Red+Green+Blue) = 207+3+42=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF032A is #30FCD5. Grayscale: #444444. Windows color (decimal): -3210454 or 2753487. OLE color: 2753487.
HSL color Cylindrical-coordinate representation of color #CF032A: hue angle of 348.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF032A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.19 |
| HSL | 348.53º | 0.97% | 0.41% | - |
| HSV(B) | 348.53º | 0.99% | 0.81% | - |
| XYZ | 26.18 | 13.5 | 3.42 | - |
| YUV | 68.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 42 | 0 | 0.99 | 0.80 | 0.19 | 348.53 | 0.97 | 0.41 |
| Hex | CF | 3 | 2A | 0 | 63 | 50 | 13 | 15D | 61 | 29 |
| Octal | 317 | 3 | 52 | 0 | 143 | 120 | 23 | 535 | 141 | 51 |
| Binary | 11001111 | 11 | 101010 | 0 | 1100011 | 1010000 | 10011 | 101011101 | 1100001 | 101001 |
Color Harmonies of #CF032A
Complementary color
Monochromatic Colors of #CF032A
Black with #CF032A
Text Example
Text Example
White with #CF032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF032A; }
p { color: rgb(207,3,42); }
H1.HeaderClassName
{
color: #CF032A;
}
.AnyTagClassName
{
color: #CF032A;
}
</style>
background-color css
<style>
a { background-color: #CF032A; }
a { background-color: rgb(207,3,42); }
div.DivClassName
{
background-color: #CF032A;
}
.BgClassName
{
background-color: #CF032A;
}
</style>
border-color css
<style>
span { border-color: #CF032A; }
span { border-color: rgb(207,3,42); }
td.TdClassName
{
border-color: #CF032A;
}
.TagClassName
{
border-color: #CF032A;
}
</style>