Shades of Fire Engine Red #CF202B
Tints of Fire Engine Red #CF202B
RGB
CMYK
RGB Variations
Color information
#CF202B (or 0xCF202B) is known color: Fire Engine Red. HEX triplet: CF, 20 and 2B. RGB value is (207,32,43). Sum of RGB (Red+Green+Blue) = 207+32+43=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF202B is #30DFD4. Grayscale: #555555. Windows color (decimal): -3203029 or 2826447. OLE color: 2826447.
HSL color Cylindrical-coordinate representation of color #CF202B: hue angle of 356.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF202B is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.19 |
| HSL | 356.23º | 0.73% | 0.47% | - |
| HSV(B) | 356.23º | 0.85% | 0.81% | - |
| XYZ | 26.68 | 14.47 | 3.67 | - |
| YUV | 85.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 43 | 0 | 0.85 | 0.79 | 0.19 | 356.23 | 0.73 | 0.47 |
| Hex | CF | 20 | 2B | 0 | 55 | 4F | 13 | 164 | 49 | 2F |
| Octal | 317 | 40 | 53 | 0 | 125 | 117 | 23 | 544 | 111 | 57 |
| Binary | 11001111 | 100000 | 101011 | 0 | 1010101 | 1001111 | 10011 | 101100100 | 1001001 | 101111 |
Color Harmonies of #CF202B
Complementary color
Monochromatic Colors of #CF202B
Black with #CF202B
Text Example
Text Example
White with #CF202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF202B; }
p { color: rgb(207,32,43); }
H1.HeaderClassName
{
color: #CF202B;
}
.AnyTagClassName
{
color: #CF202B;
}
</style>
background-color css
<style>
a { background-color: #CF202B; }
a { background-color: rgb(207,32,43); }
div.DivClassName
{
background-color: #CF202B;
}
.BgClassName
{
background-color: #CF202B;
}
</style>
border-color css
<style>
span { border-color: #CF202B; }
span { border-color: rgb(207,32,43); }
td.TdClassName
{
border-color: #CF202B;
}
.TagClassName
{
border-color: #CF202B;
}
</style>