Shades of Fire Engine Red #CD0F2C
Tints of Fire Engine Red #CD0F2C
RGB
CMYK
RGB Variations
Color information
#CD0F2C (or 0xCD0F2C) is known color: Fire Engine Red. HEX triplet: CD, 0F and 2C. RGB value is (205,15,44). Sum of RGB (Red+Green+Blue) = 205+15+44=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0F2C is #32F0D3. Grayscale: #4B4B4B. Windows color (decimal): -3338452 or 2887629. OLE color: 2887629.
HSL color Cylindrical-coordinate representation of color #CD0F2C: hue angle of 350.84º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0F2C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 44 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.20 |
| HSL | 350.84º | 0.86% | 0.43% | - |
| HSV(B) | 350.84º | 0.93% | 0.8% | - |
| XYZ | 25.8 | 13.5 | 3.63 | - |
| YUV | 75.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 44 | 0 | 0.93 | 0.79 | 0.20 | 350.84 | 0.86 | 0.43 |
| Hex | CD | F | 2C | 0 | 5D | 4F | 14 | 15F | 56 | 2B |
| Octal | 315 | 17 | 54 | 0 | 135 | 117 | 24 | 537 | 126 | 53 |
| Binary | 11001101 | 1111 | 101100 | 0 | 1011101 | 1001111 | 10100 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CD0F2C
Complementary color
Monochromatic Colors of #CD0F2C
Black with #CD0F2C
Text Example
Text Example
White with #CD0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0F2C; }
p { color: rgb(205,15,44); }
H1.HeaderClassName
{
color: #CD0F2C;
}
.AnyTagClassName
{
color: #CD0F2C;
}
</style>
background-color css
<style>
a { background-color: #CD0F2C; }
a { background-color: rgb(205,15,44); }
div.DivClassName
{
background-color: #CD0F2C;
}
.BgClassName
{
background-color: #CD0F2C;
}
</style>
border-color css
<style>
span { border-color: #CD0F2C; }
span { border-color: rgb(205,15,44); }
td.TdClassName
{
border-color: #CD0F2C;
}
.TagClassName
{
border-color: #CD0F2C;
}
</style>