Shades of Fire Engine Red #CF1C21
Tints of Fire Engine Red #CF1C21
RGB
CMYK
RGB Variations
Color information
#CF1C21 (or 0xCF1C21) is known color: Fire Engine Red. HEX triplet: CF, 1C and 21. RGB value is (207,28,33). Sum of RGB (Red+Green+Blue) = 207+28+33=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C21 is #30E3DE. Grayscale: #525252. Windows color (decimal): -3204063 or 2170063. OLE color: 2170063.
HSL color Cylindrical-coordinate representation of color #CF1C21: hue angle of 358.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C21 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 33 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.19 |
| HSL | 358.32º | 0.76% | 0.46% | - |
| HSV(B) | 358.32º | 0.86% | 0.81% | - |
| XYZ | 26.42 | 14.21 | 2.79 | - |
| YUV | 82.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 33 | 0 | 0.86 | 0.84 | 0.19 | 358.32 | 0.76 | 0.46 |
| Hex | CF | 1C | 21 | 0 | 56 | 54 | 13 | 166 | 4C | 2E |
| Octal | 317 | 34 | 41 | 0 | 126 | 124 | 23 | 546 | 114 | 56 |
| Binary | 11001111 | 11100 | 100001 | 0 | 1010110 | 1010100 | 10011 | 101100110 | 1001100 | 101110 |
Color Harmonies of #CF1C21
Complementary color
Monochromatic Colors of #CF1C21
Black with #CF1C21
Text Example
Text Example
White with #CF1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1C21; }
p { color: rgb(207,28,33); }
H1.HeaderClassName
{
color: #CF1C21;
}
.AnyTagClassName
{
color: #CF1C21;
}
</style>
background-color css
<style>
a { background-color: #CF1C21; }
a { background-color: rgb(207,28,33); }
div.DivClassName
{
background-color: #CF1C21;
}
.BgClassName
{
background-color: #CF1C21;
}
</style>
border-color css
<style>
span { border-color: #CF1C21; }
span { border-color: rgb(207,28,33); }
td.TdClassName
{
border-color: #CF1C21;
}
.TagClassName
{
border-color: #CF1C21;
}
</style>