Shades of Fire Engine Red #CF202C
Tints of Fire Engine Red #CF202C
RGB
CMYK
RGB Variations
Color information
#CF202C (or 0xCF202C) is known color: Fire Engine Red. HEX triplet: CF, 20 and 2C. RGB value is (207,32,44). Sum of RGB (Red+Green+Blue) = 207+32+44=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF202C is #30DFD3. Grayscale: #555555. Windows color (decimal): -3203028 or 2891983. OLE color: 2891983.
HSL color Cylindrical-coordinate representation of color #CF202C: hue angle of 355.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF202C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 44 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.19 |
| HSL | 355.89º | 0.73% | 0.47% | - |
| HSV(B) | 355.89º | 0.85% | 0.81% | - |
| XYZ | 26.7 | 14.48 | 3.77 | - |
| YUV | 85.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 44 | 0 | 0.85 | 0.79 | 0.19 | 355.89 | 0.73 | 0.47 |
| Hex | CF | 20 | 2C | 0 | 55 | 4F | 13 | 164 | 49 | 2F |
| Octal | 317 | 40 | 54 | 0 | 125 | 117 | 23 | 544 | 111 | 57 |
| Binary | 11001111 | 100000 | 101100 | 0 | 1010101 | 1001111 | 10011 | 101100100 | 1001001 | 101111 |
Color Harmonies of #CF202C
Complementary color
Monochromatic Colors of #CF202C
Black with #CF202C
Text Example
Text Example
White with #CF202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF202C; }
p { color: rgb(207,32,44); }
H1.HeaderClassName
{
color: #CF202C;
}
.AnyTagClassName
{
color: #CF202C;
}
</style>
background-color css
<style>
a { background-color: #CF202C; }
a { background-color: rgb(207,32,44); }
div.DivClassName
{
background-color: #CF202C;
}
.BgClassName
{
background-color: #CF202C;
}
</style>
border-color css
<style>
span { border-color: #CF202C; }
span { border-color: rgb(207,32,44); }
td.TdClassName
{
border-color: #CF202C;
}
.TagClassName
{
border-color: #CF202C;
}
</style>