Shades of Fire Engine Red #CF0923
Tints of Fire Engine Red #CF0923
RGB
CMYK
RGB Variations
Color information
#CF0923 (or 0xCF0923) is known color: Fire Engine Red. HEX triplet: CF, 09 and 23. RGB value is (207,9,35). Sum of RGB (Red+Green+Blue) = 207+9+35=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0923 is #30F6DC. Grayscale: #474747. Windows color (decimal): -3208925 or 2296271. OLE color: 2296271.
HSL color Cylindrical-coordinate representation of color #CF0923: hue angle of 352.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0923 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.19 |
| HSL | 352.12º | 0.92% | 0.42% | - |
| HSV(B) | 352.12º | 0.96% | 0.81% | - |
| XYZ | 26.13 | 13.58 | 2.83 | - |
| YUV | 71.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 35 | 0 | 0.96 | 0.83 | 0.19 | 352.12 | 0.92 | 0.42 |
| Hex | CF | 9 | 23 | 0 | 60 | 53 | 13 | 160 | 5C | 2A |
| Octal | 317 | 11 | 43 | 0 | 140 | 123 | 23 | 540 | 134 | 52 |
| Binary | 11001111 | 1001 | 100011 | 0 | 1100000 | 1010011 | 10011 | 101100000 | 1011100 | 101010 |
Color Harmonies of #CF0923
Complementary color
Monochromatic Colors of #CF0923
Black with #CF0923
Text Example
Text Example
White with #CF0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0923; }
p { color: rgb(207,9,35); }
H1.HeaderClassName
{
color: #CF0923;
}
.AnyTagClassName
{
color: #CF0923;
}
</style>
background-color css
<style>
a { background-color: #CF0923; }
a { background-color: rgb(207,9,35); }
div.DivClassName
{
background-color: #CF0923;
}
.BgClassName
{
background-color: #CF0923;
}
</style>
border-color css
<style>
span { border-color: #CF0923; }
span { border-color: rgb(207,9,35); }
td.TdClassName
{
border-color: #CF0923;
}
.TagClassName
{
border-color: #CF0923;
}
</style>