Shades of Fire Engine Red #CF222B
Tints of Fire Engine Red #CF222B
RGB
CMYK
RGB Variations
Color information
#CF222B (or 0xCF222B) is known color: Fire Engine Red. HEX triplet: CF, 22 and 2B. RGB value is (207,34,43). Sum of RGB (Red+Green+Blue) = 207+34+43=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF222B is #30DDD4. Grayscale: #565656. Windows color (decimal): -3202517 or 2826959. OLE color: 2826959.
HSL color Cylindrical-coordinate representation of color #CF222B: hue angle of 356.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF222B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 43 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.19 |
| HSL | 356.88º | 0.72% | 0.47% | - |
| HSV(B) | 356.88º | 0.84% | 0.81% | - |
| XYZ | 26.74 | 14.58 | 3.69 | - |
| YUV | 86.75 | 103.31 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 43 | 0 | 0.84 | 0.79 | 0.19 | 356.88 | 0.72 | 0.47 |
| Hex | CF | 22 | 2B | 0 | 54 | 4F | 13 | 165 | 48 | 2F |
| Octal | 317 | 42 | 53 | 0 | 124 | 117 | 23 | 545 | 110 | 57 |
| Binary | 11001111 | 100010 | 101011 | 0 | 1010100 | 1001111 | 10011 | 101100101 | 1001000 | 101111 |
Color Harmonies of #CF222B
Complementary color
Monochromatic Colors of #CF222B
Black with #CF222B
Text Example
Text Example
White with #CF222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF222B; }
p { color: rgb(207,34,43); }
H1.HeaderClassName
{
color: #CF222B;
}
.AnyTagClassName
{
color: #CF222B;
}
</style>
background-color css
<style>
a { background-color: #CF222B; }
a { background-color: rgb(207,34,43); }
div.DivClassName
{
background-color: #CF222B;
}
.BgClassName
{
background-color: #CF222B;
}
</style>
border-color css
<style>
span { border-color: #CF222B; }
span { border-color: rgb(207,34,43); }
td.TdClassName
{
border-color: #CF222B;
}
.TagClassName
{
border-color: #CF222B;
}
</style>