Shades of Fire Engine Red #CF0D23
Tints of Fire Engine Red #CF0D23
RGB
CMYK
RGB Variations
Color information
#CF0D23 (or 0xCF0D23) is known color: Fire Engine Red. HEX triplet: CF, 0D and 23. RGB value is (207,13,35). Sum of RGB (Red+Green+Blue) = 207+13+35=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D23 is #30F2DC. Grayscale: #494949. Windows color (decimal): -3207901 or 2297295. OLE color: 2297295.
HSL color Cylindrical-coordinate representation of color #CF0D23: hue angle of 353.2º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D23 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 35 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.19 |
| HSL | 353.2º | 0.88% | 0.43% | - |
| HSV(B) | 353.2º | 0.94% | 0.81% | - |
| XYZ | 26.18 | 13.67 | 2.85 | - |
| YUV | 73.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 35 | 0 | 0.94 | 0.83 | 0.19 | 353.2 | 0.88 | 0.43 |
| Hex | CF | D | 23 | 0 | 5E | 53 | 13 | 161 | 58 | 2B |
| Octal | 317 | 15 | 43 | 0 | 136 | 123 | 23 | 541 | 130 | 53 |
| Binary | 11001111 | 1101 | 100011 | 0 | 1011110 | 1010011 | 10011 | 101100001 | 1011000 | 101011 |
Color Harmonies of #CF0D23
Complementary color
Monochromatic Colors of #CF0D23
Black with #CF0D23
Text Example
Text Example
White with #CF0D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D23; }
p { color: rgb(207,13,35); }
H1.HeaderClassName
{
color: #CF0D23;
}
.AnyTagClassName
{
color: #CF0D23;
}
</style>
background-color css
<style>
a { background-color: #CF0D23; }
a { background-color: rgb(207,13,35); }
div.DivClassName
{
background-color: #CF0D23;
}
.BgClassName
{
background-color: #CF0D23;
}
</style>
border-color css
<style>
span { border-color: #CF0D23; }
span { border-color: rgb(207,13,35); }
td.TdClassName
{
border-color: #CF0D23;
}
.TagClassName
{
border-color: #CF0D23;
}
</style>