Shades of Fire Engine Red #CF042B
Tints of Fire Engine Red #CF042B
RGB
CMYK
RGB Variations
Color information
#CF042B (or 0xCF042B) is known color: Fire Engine Red. HEX triplet: CF, 04 and 2B. RGB value is (207,4,43). Sum of RGB (Red+Green+Blue) = 207+4+43=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF042B is #30FBD4. Grayscale: #454545. Windows color (decimal): -3210197 or 2819279. OLE color: 2819279.
HSL color Cylindrical-coordinate representation of color #CF042B: hue angle of 348.47º 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 #CF042B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.19 |
| HSL | 348.47º | 0.96% | 0.41% | - |
| HSV(B) | 348.47º | 0.98% | 0.81% | - |
| XYZ | 26.21 | 13.53 | 3.51 | - |
| YUV | 69.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 43 | 0 | 0.98 | 0.79 | 0.19 | 348.47 | 0.96 | 0.41 |
| Hex | CF | 4 | 2B | 0 | 62 | 4F | 13 | 15C | 60 | 29 |
| Octal | 317 | 4 | 53 | 0 | 142 | 117 | 23 | 534 | 140 | 51 |
| Binary | 11001111 | 100 | 101011 | 0 | 1100010 | 1001111 | 10011 | 101011100 | 1100000 | 101001 |
Color Harmonies of #CF042B
Complementary color
Monochromatic Colors of #CF042B
Black with #CF042B
Text Example
Text Example
White with #CF042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF042B; }
p { color: rgb(207,4,43); }
H1.HeaderClassName
{
color: #CF042B;
}
.AnyTagClassName
{
color: #CF042B;
}
</style>
background-color css
<style>
a { background-color: #CF042B; }
a { background-color: rgb(207,4,43); }
div.DivClassName
{
background-color: #CF042B;
}
.BgClassName
{
background-color: #CF042B;
}
</style>
border-color css
<style>
span { border-color: #CF042B; }
span { border-color: rgb(207,4,43); }
td.TdClassName
{
border-color: #CF042B;
}
.TagClassName
{
border-color: #CF042B;
}
</style>