Shades of Fire Engine Red #CF132F
Tints of Fire Engine Red #CF132F
RGB
CMYK
RGB Variations
Color information
#CF132F (or 0xCF132F) is known color: Fire Engine Red. HEX triplet: CF, 13 and 2F. RGB value is (207,19,47). Sum of RGB (Red+Green+Blue) = 207+19+47=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF132F is #30ECD0. Grayscale: #4E4E4E. Windows color (decimal): -3206353 or 3085263. OLE color: 3085263.
HSL color Cylindrical-coordinate representation of color #CF132F: hue angle of 351.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF132F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.19 |
| HSL | 351.06º | 0.83% | 0.44% | - |
| HSV(B) | 351.06º | 0.91% | 0.81% | - |
| XYZ | 26.48 | 13.94 | 3.98 | - |
| YUV | 78.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 47 | 0 | 0.91 | 0.77 | 0.19 | 351.06 | 0.83 | 0.44 |
| Hex | CF | 13 | 2F | 0 | 5B | 4D | 13 | 15F | 53 | 2C |
| Octal | 317 | 23 | 57 | 0 | 133 | 115 | 23 | 537 | 123 | 54 |
| Binary | 11001111 | 10011 | 101111 | 0 | 1011011 | 1001101 | 10011 | 101011111 | 1010011 | 101100 |
Color Harmonies of #CF132F
Complementary color
Monochromatic Colors of #CF132F
Black with #CF132F
Text Example
Text Example
White with #CF132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF132F; }
p { color: rgb(207,19,47); }
H1.HeaderClassName
{
color: #CF132F;
}
.AnyTagClassName
{
color: #CF132F;
}
</style>
background-color css
<style>
a { background-color: #CF132F; }
a { background-color: rgb(207,19,47); }
div.DivClassName
{
background-color: #CF132F;
}
.BgClassName
{
background-color: #CF132F;
}
</style>
border-color css
<style>
span { border-color: #CF132F; }
span { border-color: rgb(207,19,47); }
td.TdClassName
{
border-color: #CF132F;
}
.TagClassName
{
border-color: #CF132F;
}
</style>