Shades of Fire Engine Red #CF1324
Tints of Fire Engine Red #CF1324
RGB
CMYK
RGB Variations
Color information
#CF1324 (or 0xCF1324) is known color: Fire Engine Red. HEX triplet: CF, 13 and 24. RGB value is (207,19,36). Sum of RGB (Red+Green+Blue) = 207+19+36=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1324 is #30ECDB. Grayscale: #4D4D4D. Windows color (decimal): -3206364 or 2364367. OLE color: 2364367.
HSL color Cylindrical-coordinate representation of color #CF1324: hue angle of 354.57º 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 #CF1324 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.19 |
| HSL | 354.57º | 0.83% | 0.44% | - |
| HSV(B) | 354.57º | 0.91% | 0.81% | - |
| XYZ | 26.28 | 13.86 | 2.96 | - |
| YUV | 77.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 36 | 0 | 0.91 | 0.83 | 0.19 | 354.57 | 0.83 | 0.44 |
| Hex | CF | 13 | 24 | 0 | 5B | 53 | 13 | 163 | 53 | 2C |
| Octal | 317 | 23 | 44 | 0 | 133 | 123 | 23 | 543 | 123 | 54 |
| Binary | 11001111 | 10011 | 100100 | 0 | 1011011 | 1010011 | 10011 | 101100011 | 1010011 | 101100 |
Color Harmonies of #CF1324
Complementary color
Monochromatic Colors of #CF1324
Black with #CF1324
Text Example
Text Example
White with #CF1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1324; }
p { color: rgb(207,19,36); }
H1.HeaderClassName
{
color: #CF1324;
}
.AnyTagClassName
{
color: #CF1324;
}
</style>
background-color css
<style>
a { background-color: #CF1324; }
a { background-color: rgb(207,19,36); }
div.DivClassName
{
background-color: #CF1324;
}
.BgClassName
{
background-color: #CF1324;
}
</style>
border-color css
<style>
span { border-color: #CF1324; }
span { border-color: rgb(207,19,36); }
td.TdClassName
{
border-color: #CF1324;
}
.TagClassName
{
border-color: #CF1324;
}
</style>