Shades of Fire Engine Red #CF152D
Tints of Fire Engine Red #CF152D
RGB
CMYK
RGB Variations
Color information
#CF152D (or 0xCF152D) is known color: Fire Engine Red. HEX triplet: CF, 15 and 2D. RGB value is (207,21,45). Sum of RGB (Red+Green+Blue) = 207+21+45=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF152D is #30EAD2. Grayscale: #4F4F4F. Windows color (decimal): -3205843 or 2954703. OLE color: 2954703.
HSL color Cylindrical-coordinate representation of color #CF152D: hue angle of 352.26º 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 #CF152D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.19 |
| HSL | 352.26º | 0.82% | 0.45% | - |
| HSV(B) | 352.26º | 0.9% | 0.81% | - |
| XYZ | 26.47 | 13.99 | 3.79 | - |
| YUV | 79.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 45 | 0 | 0.90 | 0.78 | 0.19 | 352.26 | 0.82 | 0.45 |
| Hex | CF | 15 | 2D | 0 | 5A | 4E | 13 | 160 | 52 | 2D |
| Octal | 317 | 25 | 55 | 0 | 132 | 116 | 23 | 540 | 122 | 55 |
| Binary | 11001111 | 10101 | 101101 | 0 | 1011010 | 1001110 | 10011 | 101100000 | 1010010 | 101101 |
Color Harmonies of #CF152D
Complementary color
Monochromatic Colors of #CF152D
Black with #CF152D
Text Example
Text Example
White with #CF152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF152D; }
p { color: rgb(207,21,45); }
H1.HeaderClassName
{
color: #CF152D;
}
.AnyTagClassName
{
color: #CF152D;
}
</style>
background-color css
<style>
a { background-color: #CF152D; }
a { background-color: rgb(207,21,45); }
div.DivClassName
{
background-color: #CF152D;
}
.BgClassName
{
background-color: #CF152D;
}
</style>
border-color css
<style>
span { border-color: #CF152D; }
span { border-color: rgb(207,21,45); }
td.TdClassName
{
border-color: #CF152D;
}
.TagClassName
{
border-color: #CF152D;
}
</style>