Shades of Fire Engine Red #CF042C
Tints of Fire Engine Red #CF042C
RGB
CMYK
RGB Variations
Color information
#CF042C (or 0xCF042C) is known color: Fire Engine Red. HEX triplet: CF, 04 and 2C. RGB value is (207,4,44). Sum of RGB (Red+Green+Blue) = 207+4+44=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF042C is #30FBD3. Grayscale: #454545. Windows color (decimal): -3210196 or 2884815. OLE color: 2884815.
HSL color Cylindrical-coordinate representation of color #CF042C: hue angle of 348.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF042C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.19 |
| HSL | 348.18º | 0.96% | 0.41% | - |
| HSV(B) | 348.18º | 0.98% | 0.81% | - |
| XYZ | 26.23 | 13.53 | 3.61 | - |
| YUV | 69.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 44 | 0 | 0.98 | 0.79 | 0.19 | 348.18 | 0.96 | 0.41 |
| Hex | CF | 4 | 2C | 0 | 62 | 4F | 13 | 15C | 60 | 29 |
| Octal | 317 | 4 | 54 | 0 | 142 | 117 | 23 | 534 | 140 | 51 |
| Binary | 11001111 | 100 | 101100 | 0 | 1100010 | 1001111 | 10011 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CF042C
Complementary color
Monochromatic Colors of #CF042C
Black with #CF042C
Text Example
Text Example
White with #CF042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF042C; }
p { color: rgb(207,4,44); }
H1.HeaderClassName
{
color: #CF042C;
}
.AnyTagClassName
{
color: #CF042C;
}
</style>
background-color css
<style>
a { background-color: #CF042C; }
a { background-color: rgb(207,4,44); }
div.DivClassName
{
background-color: #CF042C;
}
.BgClassName
{
background-color: #CF042C;
}
</style>
border-color css
<style>
span { border-color: #CF042C; }
span { border-color: rgb(207,4,44); }
td.TdClassName
{
border-color: #CF042C;
}
.TagClassName
{
border-color: #CF042C;
}
</style>