Shades of Fire Engine Red #CF151F
Tints of Fire Engine Red #CF151F
RGB
CMYK
RGB Variations
Color information
#CF151F (or 0xCF151F) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1F. RGB value is (207,21,31). Sum of RGB (Red+Green+Blue) = 207+21+31=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151F is #30EAE0. Grayscale: #4D4D4D. Windows color (decimal): -3205857 or 2037199. OLE color: 2037199.
HSL color Cylindrical-coordinate representation of color #CF151F: hue angle of 356.77º 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 #CF151F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 21 | 31 | - |
CMYK | 0 | 0.90 | 0.85 | 0.19 |
HSL | 356.77º | 0.82% | 0.45% | - |
HSV(B) | 356.77º | 0.9% | 0.81% | - |
XYZ | 26.25 | 13.9 | 2.6 | - |
YUV | 77.75 | 101.62 | 220.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 21 | 31 | 0 | 0.90 | 0.85 | 0.19 | 356.77 | 0.82 | 0.45 |
Hex | CF | 15 | 1F | 0 | 5A | 55 | 13 | 165 | 52 | 2D |
Octal | 317 | 25 | 37 | 0 | 132 | 125 | 23 | 545 | 122 | 55 |
Binary | 11001111 | 10101 | 11111 | 0 | 1011010 | 1010101 | 10011 | 101100101 | 1010010 | 101101 |
Color Harmonies of #CF151F
Complementary color
Monochromatic Colors of #CF151F
Black with #CF151F
Text Example
Text Example
White with #CF151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF151F; }
p { color: rgb(207,21,31); }
H1.HeaderClassName
{
color: #CF151F;
}
.AnyTagClassName
{
color: #CF151F;
}
</style>
background-color css
<style>
a { background-color: #CF151F; }
a { background-color: rgb(207,21,31); }
div.DivClassName
{
background-color: #CF151F;
}
.BgClassName
{
background-color: #CF151F;
}
</style>
border-color css
<style>
span { border-color: #CF151F; }
span { border-color: rgb(207,21,31); }
td.TdClassName
{
border-color: #CF151F;
}
.TagClassName
{
border-color: #CF151F;
}
</style>