Shades of Fire Engine Red #CF232C
Tints of Fire Engine Red #CF232C
RGB
CMYK
RGB Variations
Color information
#CF232C (or 0xCF232C) is known color: Fire Engine Red. HEX triplet: CF, 23 and 2C. RGB value is (207,35,44). Sum of RGB (Red+Green+Blue) = 207+35+44=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF232C is #30DCD3. Grayscale: #575757. Windows color (decimal): -3202260 or 2892751. OLE color: 2892751.
HSL color Cylindrical-coordinate representation of color #CF232C: hue angle of 356.86º 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 #CF232C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 44 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.19 |
| HSL | 356.86º | 0.71% | 0.47% | - |
| HSV(B) | 356.86º | 0.83% | 0.81% | - |
| XYZ | 26.79 | 14.65 | 3.8 | - |
| YUV | 87.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 44 | 0 | 0.83 | 0.79 | 0.19 | 356.86 | 0.71 | 0.47 |
| Hex | CF | 23 | 2C | 0 | 53 | 4F | 13 | 165 | 47 | 2F |
| Octal | 317 | 43 | 54 | 0 | 123 | 117 | 23 | 545 | 107 | 57 |
| Binary | 11001111 | 100011 | 101100 | 0 | 1010011 | 1001111 | 10011 | 101100101 | 1000111 | 101111 |
Color Harmonies of #CF232C
Complementary color
Monochromatic Colors of #CF232C
Black with #CF232C
Text Example
Text Example
White with #CF232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF232C; }
p { color: rgb(207,35,44); }
H1.HeaderClassName
{
color: #CF232C;
}
.AnyTagClassName
{
color: #CF232C;
}
</style>
background-color css
<style>
a { background-color: #CF232C; }
a { background-color: rgb(207,35,44); }
div.DivClassName
{
background-color: #CF232C;
}
.BgClassName
{
background-color: #CF232C;
}
</style>
border-color css
<style>
span { border-color: #CF232C; }
span { border-color: rgb(207,35,44); }
td.TdClassName
{
border-color: #CF232C;
}
.TagClassName
{
border-color: #CF232C;
}
</style>