Shades of Fire Engine Red #CF1621
Tints of Fire Engine Red #CF1621
RGB
CMYK
RGB Variations
Color information
#CF1621 (or 0xCF1621) is known color: Fire Engine Red. HEX triplet: CF, 16 and 21. RGB value is (207,22,33). Sum of RGB (Red+Green+Blue) = 207+22+33=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1621 is #30E9DE. Grayscale: #4E4E4E. Windows color (decimal): -3205599 or 2168527. OLE color: 2168527.
HSL color Cylindrical-coordinate representation of color #CF1621: hue angle of 356.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1621 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 33 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.19 |
| HSL | 356.43º | 0.81% | 0.45% | - |
| HSV(B) | 356.43º | 0.89% | 0.81% | - |
| XYZ | 26.29 | 13.95 | 2.75 | - |
| YUV | 78.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 33 | 0 | 0.89 | 0.84 | 0.19 | 356.43 | 0.81 | 0.45 |
| Hex | CF | 16 | 21 | 0 | 59 | 54 | 13 | 164 | 51 | 2D |
| Octal | 317 | 26 | 41 | 0 | 131 | 124 | 23 | 544 | 121 | 55 |
| Binary | 11001111 | 10110 | 100001 | 0 | 1011001 | 1010100 | 10011 | 101100100 | 1010001 | 101101 |
Color Harmonies of #CF1621
Complementary color
Monochromatic Colors of #CF1621
Black with #CF1621
Text Example
Text Example
White with #CF1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1621; }
p { color: rgb(207,22,33); }
H1.HeaderClassName
{
color: #CF1621;
}
.AnyTagClassName
{
color: #CF1621;
}
</style>
background-color css
<style>
a { background-color: #CF1621; }
a { background-color: rgb(207,22,33); }
div.DivClassName
{
background-color: #CF1621;
}
.BgClassName
{
background-color: #CF1621;
}
</style>
border-color css
<style>
span { border-color: #CF1621; }
span { border-color: rgb(207,22,33); }
td.TdClassName
{
border-color: #CF1621;
}
.TagClassName
{
border-color: #CF1621;
}
</style>