Shades of Fire Engine Red #CD122E
Tints of Fire Engine Red #CD122E
RGB
CMYK
RGB Variations
Color information
#CD122E (or 0xCD122E) is known color: Fire Engine Red. HEX triplet: CD, 12 and 2E. RGB value is (205,18,46). Sum of RGB (Red+Green+Blue) = 205+18+46=269 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.21% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 205 - color contains mainly: red. Hex color #CD122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD122E is #32EDD1. Grayscale: #4D4D4D. Windows color (decimal): -3337682 or 3019469. OLE color: 3019469.
HSL color Cylindrical-coordinate representation of color #CD122E: hue angle of 351.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD122E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 46 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.20 |
| HSL | 351.02º | 0.84% | 0.44% | - |
| HSV(B) | 351.02º | 0.91% | 0.8% | - |
| XYZ | 25.89 | 13.61 | 3.85 | - |
| YUV | 77.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 46 | 0 | 0.91 | 0.78 | 0.20 | 351.02 | 0.84 | 0.44 |
| Hex | CD | 12 | 2E | 0 | 5B | 4E | 14 | 15F | 54 | 2C |
| Octal | 315 | 22 | 56 | 0 | 133 | 116 | 24 | 537 | 124 | 54 |
| Binary | 11001101 | 10010 | 101110 | 0 | 1011011 | 1001110 | 10100 | 101011111 | 1010100 | 101100 |
Color Harmonies of #CD122E
Complementary color
Monochromatic Colors of #CD122E
Black with #CD122E
Text Example
Text Example
White with #CD122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD122E; }
p { color: rgb(205,18,46); }
H1.HeaderClassName
{
color: #CD122E;
}
.AnyTagClassName
{
color: #CD122E;
}
</style>
background-color css
<style>
a { background-color: #CD122E; }
a { background-color: rgb(205,18,46); }
div.DivClassName
{
background-color: #CD122E;
}
.BgClassName
{
background-color: #CD122E;
}
</style>
border-color css
<style>
span { border-color: #CD122E; }
span { border-color: rgb(205,18,46); }
td.TdClassName
{
border-color: #CD122E;
}
.TagClassName
{
border-color: #CD122E;
}
</style>