Shades of Fire Engine Red #CF252A
Tints of Fire Engine Red #CF252A
RGB
CMYK
RGB Variations
Color information
#CF252A (or 0xCF252A) is known color: Fire Engine Red. HEX triplet: CF, 25 and 2A. RGB value is (207,37,42). Sum of RGB (Red+Green+Blue) = 207+37+42=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF252A is #30DAD5. Grayscale: #585858. Windows color (decimal): -3201750 or 2762191. OLE color: 2762191.
HSL color Cylindrical-coordinate representation of color #CF252A: hue angle of 358.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF252A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 42 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.19 |
| HSL | 358.24º | 0.7% | 0.48% | - |
| HSV(B) | 358.24º | 0.82% | 0.81% | - |
| XYZ | 26.81 | 14.76 | 3.63 | - |
| YUV | 88.4 | 101.82 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 42 | 0 | 0.82 | 0.80 | 0.19 | 358.24 | 0.7 | 0.48 |
| Hex | CF | 25 | 2A | 0 | 52 | 50 | 13 | 166 | 46 | 30 |
| Octal | 317 | 45 | 52 | 0 | 122 | 120 | 23 | 546 | 106 | 60 |
| Binary | 11001111 | 100101 | 101010 | 0 | 1010010 | 1010000 | 10011 | 101100110 | 1000110 | 110000 |
Color Harmonies of #CF252A
Complementary color
Monochromatic Colors of #CF252A
Black with #CF252A
Text Example
Text Example
White with #CF252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF252A; }
p { color: rgb(207,37,42); }
H1.HeaderClassName
{
color: #CF252A;
}
.AnyTagClassName
{
color: #CF252A;
}
</style>
background-color css
<style>
a { background-color: #CF252A; }
a { background-color: rgb(207,37,42); }
div.DivClassName
{
background-color: #CF252A;
}
.BgClassName
{
background-color: #CF252A;
}
</style>
border-color css
<style>
span { border-color: #CF252A; }
span { border-color: rgb(207,37,42); }
td.TdClassName
{
border-color: #CF252A;
}
.TagClassName
{
border-color: #CF252A;
}
</style>