Shades of Fire Engine Red #CD0A2C
Tints of Fire Engine Red #CD0A2C
RGB
CMYK
RGB Variations
Color information
#CD0A2C (or 0xCD0A2C) is known color: Fire Engine Red. HEX triplet: CD, 0A and 2C. RGB value is (205,10,44). Sum of RGB (Red+Green+Blue) = 205+10+44=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0A2C is #32F5D3. Grayscale: #484848. Windows color (decimal): -3339732 or 2886349. OLE color: 2886349.
HSL color Cylindrical-coordinate representation of color #CD0A2C: hue angle of 349.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A2C is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 44 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.20 |
| HSL | 349.54º | 0.91% | 0.42% | - |
| HSV(B) | 349.54º | 0.95% | 0.8% | - |
| XYZ | 25.74 | 13.38 | 3.61 | - |
| YUV | 72.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 44 | 0 | 0.95 | 0.79 | 0.20 | 349.54 | 0.91 | 0.42 |
| Hex | CD | A | 2C | 0 | 5F | 4F | 14 | 15E | 5B | 2A |
| Octal | 315 | 12 | 54 | 0 | 137 | 117 | 24 | 536 | 133 | 52 |
| Binary | 11001101 | 1010 | 101100 | 0 | 1011111 | 1001111 | 10100 | 101011110 | 1011011 | 101010 |
Color Harmonies of #CD0A2C
Complementary color
Monochromatic Colors of #CD0A2C
Black with #CD0A2C
Text Example
Text Example
White with #CD0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A2C; }
p { color: rgb(205,10,44); }
H1.HeaderClassName
{
color: #CD0A2C;
}
.AnyTagClassName
{
color: #CD0A2C;
}
</style>
background-color css
<style>
a { background-color: #CD0A2C; }
a { background-color: rgb(205,10,44); }
div.DivClassName
{
background-color: #CD0A2C;
}
.BgClassName
{
background-color: #CD0A2C;
}
</style>
border-color css
<style>
span { border-color: #CD0A2C; }
span { border-color: rgb(205,10,44); }
td.TdClassName
{
border-color: #CD0A2C;
}
.TagClassName
{
border-color: #CD0A2C;
}
</style>