Shades of Fire Engine Red #CF232D
Tints of Fire Engine Red #CF232D
RGB
CMYK
RGB Variations
Color information
#CF232D (or 0xCF232D) is known color: Fire Engine Red. HEX triplet: CF, 23 and 2D. RGB value is (207,35,45). Sum of RGB (Red+Green+Blue) = 207+35+45=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF232D is #30DCD2. Grayscale: #575757. Windows color (decimal): -3202259 or 2958287. OLE color: 2958287.
HSL color Cylindrical-coordinate representation of color #CF232D: hue angle of 356.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF232D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 45 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.19 |
| HSL | 356.51º | 0.71% | 0.47% | - |
| HSV(B) | 356.51º | 0.83% | 0.81% | - |
| XYZ | 26.81 | 14.66 | 3.9 | - |
| YUV | 87.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 45 | 0 | 0.83 | 0.78 | 0.19 | 356.51 | 0.71 | 0.47 |
| Hex | CF | 23 | 2D | 0 | 53 | 4E | 13 | 165 | 47 | 2F |
| Octal | 317 | 43 | 55 | 0 | 123 | 116 | 23 | 545 | 107 | 57 |
| Binary | 11001111 | 100011 | 101101 | 0 | 1010011 | 1001110 | 10011 | 101100101 | 1000111 | 101111 |
Color Harmonies of #CF232D
Complementary color
Monochromatic Colors of #CF232D
Black with #CF232D
Text Example
Text Example
White with #CF232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF232D; }
p { color: rgb(207,35,45); }
H1.HeaderClassName
{
color: #CF232D;
}
.AnyTagClassName
{
color: #CF232D;
}
</style>
background-color css
<style>
a { background-color: #CF232D; }
a { background-color: rgb(207,35,45); }
div.DivClassName
{
background-color: #CF232D;
}
.BgClassName
{
background-color: #CF232D;
}
</style>
border-color css
<style>
span { border-color: #CF232D; }
span { border-color: rgb(207,35,45); }
td.TdClassName
{
border-color: #CF232D;
}
.TagClassName
{
border-color: #CF232D;
}
</style>