Shades of Fire Engine Red #CF242A
Tints of Fire Engine Red #CF242A
RGB
CMYK
RGB Variations
Color information
#CF242A (or 0xCF242A) is known color: Fire Engine Red. HEX triplet: CF, 24 and 2A. RGB value is (207,36,42). Sum of RGB (Red+Green+Blue) = 207+36+42=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF242A is #30DBD5. Grayscale: #575757. Windows color (decimal): -3202006 or 2761935. OLE color: 2761935.
HSL color Cylindrical-coordinate representation of color #CF242A: hue angle of 357.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF242A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 42 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.19 |
| HSL | 357.89º | 0.7% | 0.48% | - |
| HSV(B) | 357.89º | 0.83% | 0.81% | - |
| XYZ | 26.78 | 14.69 | 3.62 | - |
| YUV | 87.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 42 | 0 | 0.83 | 0.80 | 0.19 | 357.89 | 0.7 | 0.48 |
| Hex | CF | 24 | 2A | 0 | 53 | 50 | 13 | 166 | 46 | 30 |
| Octal | 317 | 44 | 52 | 0 | 123 | 120 | 23 | 546 | 106 | 60 |
| Binary | 11001111 | 100100 | 101010 | 0 | 1010011 | 1010000 | 10011 | 101100110 | 1000110 | 110000 |
Color Harmonies of #CF242A
Complementary color
Monochromatic Colors of #CF242A
Black with #CF242A
Text Example
Text Example
White with #CF242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF242A; }
p { color: rgb(207,36,42); }
H1.HeaderClassName
{
color: #CF242A;
}
.AnyTagClassName
{
color: #CF242A;
}
</style>
background-color css
<style>
a { background-color: #CF242A; }
a { background-color: rgb(207,36,42); }
div.DivClassName
{
background-color: #CF242A;
}
.BgClassName
{
background-color: #CF242A;
}
</style>
border-color css
<style>
span { border-color: #CF242A; }
span { border-color: rgb(207,36,42); }
td.TdClassName
{
border-color: #CF242A;
}
.TagClassName
{
border-color: #CF242A;
}
</style>