Shades of Fire Engine Red #CF151D
Tints of Fire Engine Red #CF151D
RGB
CMYK
RGB Variations
Color information
#CF151D (or 0xCF151D) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1D. RGB value is (207,21,29). Sum of RGB (Red+Green+Blue) = 207+21+29=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151D is #30EAE2. Grayscale: #4D4D4D. Windows color (decimal): -3205859 or 1906127. OLE color: 1906127.
HSL color Cylindrical-coordinate representation of color #CF151D: hue angle of 357.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF151D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.19 |
| HSL | 357.42º | 0.82% | 0.45% | - |
| HSV(B) | 357.42º | 0.9% | 0.81% | - |
| XYZ | 26.22 | 13.89 | 2.46 | - |
| YUV | 77.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 29 | 0 | 0.90 | 0.86 | 0.19 | 357.42 | 0.82 | 0.45 |
| Hex | CF | 15 | 1D | 0 | 5A | 56 | 13 | 165 | 52 | 2D |
| Octal | 317 | 25 | 35 | 0 | 132 | 126 | 23 | 545 | 122 | 55 |
| Binary | 11001111 | 10101 | 11101 | 0 | 1011010 | 1010110 | 10011 | 101100101 | 1010010 | 101101 |
Color Harmonies of #CF151D
Complementary color
Monochromatic Colors of #CF151D
Black with #CF151D
Text Example
Text Example
White with #CF151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF151D; }
p { color: rgb(207,21,29); }
H1.HeaderClassName
{
color: #CF151D;
}
.AnyTagClassName
{
color: #CF151D;
}
</style>
background-color css
<style>
a { background-color: #CF151D; }
a { background-color: rgb(207,21,29); }
div.DivClassName
{
background-color: #CF151D;
}
.BgClassName
{
background-color: #CF151D;
}
</style>
border-color css
<style>
span { border-color: #CF151D; }
span { border-color: rgb(207,21,29); }
td.TdClassName
{
border-color: #CF151D;
}
.TagClassName
{
border-color: #CF151D;
}
</style>