Shades of Fire Engine Red #CF132E
Tints of Fire Engine Red #CF132E
RGB
CMYK
RGB Variations
Color information
#CF132E (or 0xCF132E) is known color: Fire Engine Red. HEX triplet: CF, 13 and 2E. RGB value is (207,19,46). Sum of RGB (Red+Green+Blue) = 207+19+46=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF132E is #30ECD1. Grayscale: #4E4E4E. Windows color (decimal): -3206354 or 3019727. OLE color: 3019727.
HSL color Cylindrical-coordinate representation of color #CF132E: hue angle of 351.38º 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 #CF132E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.19 |
| HSL | 351.38º | 0.83% | 0.44% | - |
| HSV(B) | 351.38º | 0.91% | 0.81% | - |
| XYZ | 26.46 | 13.93 | 3.88 | - |
| YUV | 78.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 46 | 0 | 0.91 | 0.78 | 0.19 | 351.38 | 0.83 | 0.44 |
| Hex | CF | 13 | 2E | 0 | 5B | 4E | 13 | 15F | 53 | 2C |
| Octal | 317 | 23 | 56 | 0 | 133 | 116 | 23 | 537 | 123 | 54 |
| Binary | 11001111 | 10011 | 101110 | 0 | 1011011 | 1001110 | 10011 | 101011111 | 1010011 | 101100 |
Color Harmonies of #CF132E
Complementary color
Monochromatic Colors of #CF132E
Black with #CF132E
Text Example
Text Example
White with #CF132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF132E; }
p { color: rgb(207,19,46); }
H1.HeaderClassName
{
color: #CF132E;
}
.AnyTagClassName
{
color: #CF132E;
}
</style>
background-color css
<style>
a { background-color: #CF132E; }
a { background-color: rgb(207,19,46); }
div.DivClassName
{
background-color: #CF132E;
}
.BgClassName
{
background-color: #CF132E;
}
</style>
border-color css
<style>
span { border-color: #CF132E; }
span { border-color: rgb(207,19,46); }
td.TdClassName
{
border-color: #CF132E;
}
.TagClassName
{
border-color: #CF132E;
}
</style>