Shades of Fire Engine Red #CF122D
Tints of Fire Engine Red #CF122D
RGB
CMYK
RGB Variations
Color information
#CF122D (or 0xCF122D) is known color: Fire Engine Red. HEX triplet: CF, 12 and 2D. RGB value is (207,18,45). Sum of RGB (Red+Green+Blue) = 207+18+45=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF122D is #30EDD2. Grayscale: #4D4D4D. Windows color (decimal): -3206611 or 2953935. OLE color: 2953935.
HSL color Cylindrical-coordinate representation of color #CF122D: hue angle of 351.43º degrees, saturation: 0.84, 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 #CF122D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.19 |
| HSL | 351.43º | 0.84% | 0.44% | - |
| HSV(B) | 351.43º | 0.91% | 0.81% | - |
| XYZ | 26.42 | 13.89 | 3.77 | - |
| YUV | 77.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 45 | 0 | 0.91 | 0.78 | 0.19 | 351.43 | 0.84 | 0.44 |
| Hex | CF | 12 | 2D | 0 | 5B | 4E | 13 | 15F | 54 | 2C |
| Octal | 317 | 22 | 55 | 0 | 133 | 116 | 23 | 537 | 124 | 54 |
| Binary | 11001111 | 10010 | 101101 | 0 | 1011011 | 1001110 | 10011 | 101011111 | 1010100 | 101100 |
Color Harmonies of #CF122D
Complementary color
Monochromatic Colors of #CF122D
Black with #CF122D
Text Example
Text Example
White with #CF122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF122D; }
p { color: rgb(207,18,45); }
H1.HeaderClassName
{
color: #CF122D;
}
.AnyTagClassName
{
color: #CF122D;
}
</style>
background-color css
<style>
a { background-color: #CF122D; }
a { background-color: rgb(207,18,45); }
div.DivClassName
{
background-color: #CF122D;
}
.BgClassName
{
background-color: #CF122D;
}
</style>
border-color css
<style>
span { border-color: #CF122D; }
span { border-color: rgb(207,18,45); }
td.TdClassName
{
border-color: #CF122D;
}
.TagClassName
{
border-color: #CF122D;
}
</style>