Shades of Fire Engine Red #CF1323
Tints of Fire Engine Red #CF1323
RGB
CMYK
RGB Variations
Color information
#CF1323 (or 0xCF1323) is known color: Fire Engine Red. HEX triplet: CF, 13 and 23. RGB value is (207,19,35). Sum of RGB (Red+Green+Blue) = 207+19+35=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1323 is #30ECDC. Grayscale: #4D4D4D. Windows color (decimal): -3206365 or 2298831. OLE color: 2298831.
HSL color Cylindrical-coordinate representation of color #CF1323: hue angle of 354.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1323 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 35 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.19 |
| HSL | 354.89º | 0.83% | 0.44% | - |
| HSV(B) | 354.89º | 0.91% | 0.81% | - |
| XYZ | 26.27 | 13.85 | 2.88 | - |
| YUV | 77.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 35 | 0 | 0.91 | 0.83 | 0.19 | 354.89 | 0.83 | 0.44 |
| Hex | CF | 13 | 23 | 0 | 5B | 53 | 13 | 163 | 53 | 2C |
| Octal | 317 | 23 | 43 | 0 | 133 | 123 | 23 | 543 | 123 | 54 |
| Binary | 11001111 | 10011 | 100011 | 0 | 1011011 | 1010011 | 10011 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CF1323
Complementary color
Monochromatic Colors of #CF1323
Black with #CF1323
Text Example
Text Example
White with #CF1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1323; }
p { color: rgb(207,19,35); }
H1.HeaderClassName
{
color: #CF1323;
}
.AnyTagClassName
{
color: #CF1323;
}
</style>
background-color css
<style>
a { background-color: #CF1323; }
a { background-color: rgb(207,19,35); }
div.DivClassName
{
background-color: #CF1323;
}
.BgClassName
{
background-color: #CF1323;
}
</style>
border-color css
<style>
span { border-color: #CF1323; }
span { border-color: rgb(207,19,35); }
td.TdClassName
{
border-color: #CF1323;
}
.TagClassName
{
border-color: #CF1323;
}
</style>