Shades of Fire Engine Red #CF2023
Tints of Fire Engine Red #CF2023
RGB
CMYK
RGB Variations
Color information
#CF2023 (or 0xCF2023) is known color: Fire Engine Red. HEX triplet: CF, 20 and 23. RGB value is (207,32,35). Sum of RGB (Red+Green+Blue) = 207+32+35=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2023 is #30DFDC. Grayscale: #545454. Windows color (decimal): -3203037 or 2302159. OLE color: 2302159.
HSL color Cylindrical-coordinate representation of color #CF2023: hue angle of 358.97º 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 #CF2023 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 35 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.19 |
| HSL | 358.97º | 0.73% | 0.47% | - |
| HSV(B) | 358.97º | 0.85% | 0.81% | - |
| XYZ | 26.55 | 14.42 | 2.97 | - |
| YUV | 84.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 35 | 0 | 0.85 | 0.83 | 0.19 | 358.97 | 0.73 | 0.47 |
| Hex | CF | 20 | 23 | 0 | 55 | 53 | 13 | 167 | 49 | 2F |
| Octal | 317 | 40 | 43 | 0 | 125 | 123 | 23 | 547 | 111 | 57 |
| Binary | 11001111 | 100000 | 100011 | 0 | 1010101 | 1010011 | 10011 | 101100111 | 1001001 | 101111 |
Color Harmonies of #CF2023
Complementary color
Monochromatic Colors of #CF2023
Black with #CF2023
Text Example
Text Example
White with #CF2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2023; }
p { color: rgb(207,32,35); }
H1.HeaderClassName
{
color: #CF2023;
}
.AnyTagClassName
{
color: #CF2023;
}
</style>
background-color css
<style>
a { background-color: #CF2023; }
a { background-color: rgb(207,32,35); }
div.DivClassName
{
background-color: #CF2023;
}
.BgClassName
{
background-color: #CF2023;
}
</style>
border-color css
<style>
span { border-color: #CF2023; }
span { border-color: rgb(207,32,35); }
td.TdClassName
{
border-color: #CF2023;
}
.TagClassName
{
border-color: #CF2023;
}
</style>