Shades of Fire Engine Red #CF012C
Tints of Fire Engine Red #CF012C
RGB
CMYK
RGB Variations
Color information
#CF012C (or 0xCF012C) is known color: Fire Engine Red. HEX triplet: CF, 01 and 2C. RGB value is (207,1,44). Sum of RGB (Red+Green+Blue) = 207+1+44=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF012C is #30FED3. Grayscale: #434343. Windows color (decimal): -3210964 or 2884047. OLE color: 2884047.
HSL color Cylindrical-coordinate representation of color #CF012C: hue angle of 347.48º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF012C is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.19 |
| HSL | 347.48º | 0.99% | 0.41% | - |
| HSV(B) | 347.48º | 1% | 0.81% | - |
| XYZ | 26.2 | 13.47 | 3.6 | - |
| YUV | 67.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 44 | 0 | 1.00 | 0.79 | 0.19 | 347.48 | 0.99 | 0.41 |
| Hex | CF | 1 | 2C | 0 | 64 | 4F | 13 | 15B | 63 | 29 |
| Octal | 317 | 1 | 54 | 0 | 144 | 117 | 23 | 533 | 143 | 51 |
| Binary | 11001111 | 1 | 101100 | 0 | 1100100 | 1001111 | 10011 | 101011011 | 1100011 | 101001 |
Color Harmonies of #CF012C
Complementary color
Monochromatic Colors of #CF012C
Black with #CF012C
Text Example
Text Example
White with #CF012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF012C; }
p { color: rgb(207,1,44); }
H1.HeaderClassName
{
color: #CF012C;
}
.AnyTagClassName
{
color: #CF012C;
}
</style>
background-color css
<style>
a { background-color: #CF012C; }
a { background-color: rgb(207,1,44); }
div.DivClassName
{
background-color: #CF012C;
}
.BgClassName
{
background-color: #CF012C;
}
</style>
border-color css
<style>
span { border-color: #CF012C; }
span { border-color: rgb(207,1,44); }
td.TdClassName
{
border-color: #CF012C;
}
.TagClassName
{
border-color: #CF012C;
}
</style>