Shades of Fire Engine Red #CF222A
Tints of Fire Engine Red #CF222A
RGB
CMYK
RGB Variations
Color information
#CF222A (or 0xCF222A) is known color: Fire Engine Red. HEX triplet: CF, 22 and 2A. RGB value is (207,34,42). Sum of RGB (Red+Green+Blue) = 207+34+42=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF222A is #30DDD5. Grayscale: #565656. Windows color (decimal): -3202518 or 2761423. OLE color: 2761423.
HSL color Cylindrical-coordinate representation of color #CF222A: hue angle of 357.23º 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 #CF222A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.19 |
| HSL | 357.23º | 0.72% | 0.47% | - |
| HSV(B) | 357.23º | 0.84% | 0.81% | - |
| XYZ | 26.72 | 14.58 | 3.6 | - |
| YUV | 86.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 42 | 0 | 0.84 | 0.80 | 0.19 | 357.23 | 0.72 | 0.47 |
| Hex | CF | 22 | 2A | 0 | 54 | 50 | 13 | 165 | 48 | 2F |
| Octal | 317 | 42 | 52 | 0 | 124 | 120 | 23 | 545 | 110 | 57 |
| Binary | 11001111 | 100010 | 101010 | 0 | 1010100 | 1010000 | 10011 | 101100101 | 1001000 | 101111 |
Color Harmonies of #CF222A
Complementary color
Monochromatic Colors of #CF222A
Black with #CF222A
Text Example
Text Example
White with #CF222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF222A; }
p { color: rgb(207,34,42); }
H1.HeaderClassName
{
color: #CF222A;
}
.AnyTagClassName
{
color: #CF222A;
}
</style>
background-color css
<style>
a { background-color: #CF222A; }
a { background-color: rgb(207,34,42); }
div.DivClassName
{
background-color: #CF222A;
}
.BgClassName
{
background-color: #CF222A;
}
</style>
border-color css
<style>
span { border-color: #CF222A; }
span { border-color: rgb(207,34,42); }
td.TdClassName
{
border-color: #CF222A;
}
.TagClassName
{
border-color: #CF222A;
}
</style>