Shades of Fire Engine Red #CF151B
Tints of Fire Engine Red #CF151B
RGB
CMYK
RGB Variations
Color information
#CF151B (or 0xCF151B) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1B. RGB value is (207,21,27). Sum of RGB (Red+Green+Blue) = 207+21+27=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151B is #30EAE4. Grayscale: #4D4D4D. Windows color (decimal): -3205861 or 1775055. OLE color: 1775055.
HSL color Cylindrical-coordinate representation of color #CF151B: hue angle of 358.06º 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 #CF151B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.19 |
| HSL | 358.06º | 0.82% | 0.45% | - |
| HSV(B) | 358.06º | 0.9% | 0.81% | - |
| XYZ | 26.2 | 13.88 | 2.34 | - |
| YUV | 77.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 27 | 0 | 0.90 | 0.87 | 0.19 | 358.06 | 0.82 | 0.45 |
| Hex | CF | 15 | 1B | 0 | 5A | 57 | 13 | 166 | 52 | 2D |
| Octal | 317 | 25 | 33 | 0 | 132 | 127 | 23 | 546 | 122 | 55 |
| Binary | 11001111 | 10101 | 11011 | 0 | 1011010 | 1010111 | 10011 | 101100110 | 1010010 | 101101 |
Color Harmonies of #CF151B
Complementary color
Monochromatic Colors of #CF151B
Black with #CF151B
Text Example
Text Example
White with #CF151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF151B; }
p { color: rgb(207,21,27); }
H1.HeaderClassName
{
color: #CF151B;
}
.AnyTagClassName
{
color: #CF151B;
}
</style>
background-color css
<style>
a { background-color: #CF151B; }
a { background-color: rgb(207,21,27); }
div.DivClassName
{
background-color: #CF151B;
}
.BgClassName
{
background-color: #CF151B;
}
</style>
border-color css
<style>
span { border-color: #CF151B; }
span { border-color: rgb(207,21,27); }
td.TdClassName
{
border-color: #CF151B;
}
.TagClassName
{
border-color: #CF151B;
}
</style>