Shades of Fire Engine Red #CF022B
Tints of Fire Engine Red #CF022B
RGB
CMYK
RGB Variations
Color information
#CF022B (or 0xCF022B) is known color: Fire Engine Red. HEX triplet: CF, 02 and 2B. RGB value is (207,2,43). Sum of RGB (Red+Green+Blue) = 207+2+43=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF022B is #30FDD4. Grayscale: #444444. Windows color (decimal): -3210709 or 2818767. OLE color: 2818767.
HSL color Cylindrical-coordinate representation of color #CF022B: hue angle of 348º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF022B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.19 |
| HSL | 348º | 0.98% | 0.41% | - |
| HSV(B) | 348º | 0.99% | 0.81% | - |
| XYZ | 26.19 | 13.48 | 3.51 | - |
| YUV | 67.97 | 113.92 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 43 | 0 | 0.99 | 0.79 | 0.19 | 348 | 0.98 | 0.41 |
| Hex | CF | 2 | 2B | 0 | 63 | 4F | 13 | 15C | 62 | 29 |
| Octal | 317 | 2 | 53 | 0 | 143 | 117 | 23 | 534 | 142 | 51 |
| Binary | 11001111 | 10 | 101011 | 0 | 1100011 | 1001111 | 10011 | 101011100 | 1100010 | 101001 |
Color Harmonies of #CF022B
Complementary color
Monochromatic Colors of #CF022B
Black with #CF022B
Text Example
Text Example
White with #CF022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF022B; }
p { color: rgb(207,2,43); }
H1.HeaderClassName
{
color: #CF022B;
}
.AnyTagClassName
{
color: #CF022B;
}
</style>
background-color css
<style>
a { background-color: #CF022B; }
a { background-color: rgb(207,2,43); }
div.DivClassName
{
background-color: #CF022B;
}
.BgClassName
{
background-color: #CF022B;
}
</style>
border-color css
<style>
span { border-color: #CF022B; }
span { border-color: rgb(207,2,43); }
td.TdClassName
{
border-color: #CF022B;
}
.TagClassName
{
border-color: #CF022B;
}
</style>