Shades of Fire Engine Red #CD0F2D
Tints of Fire Engine Red #CD0F2D
RGB
CMYK
RGB Variations
Color information
#CD0F2D (or 0xCD0F2D) is known color: Fire Engine Red. HEX triplet: CD, 0F and 2D. RGB value is (205,15,45). Sum of RGB (Red+Green+Blue) = 205+15+45=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0F2D is #32F0D2. Grayscale: #4B4B4B. Windows color (decimal): -3338451 or 2953165. OLE color: 2953165.
HSL color Cylindrical-coordinate representation of color #CD0F2D: hue angle of 350.53º 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 #CD0F2D is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 45 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.20 |
| HSL | 350.53º | 0.86% | 0.43% | - |
| HSV(B) | 350.53º | 0.93% | 0.8% | - |
| XYZ | 25.82 | 13.51 | 3.73 | - |
| YUV | 75.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 45 | 0 | 0.93 | 0.78 | 0.20 | 350.53 | 0.86 | 0.43 |
| Hex | CD | F | 2D | 0 | 5D | 4E | 14 | 15F | 56 | 2B |
| Octal | 315 | 17 | 55 | 0 | 135 | 116 | 24 | 537 | 126 | 53 |
| Binary | 11001101 | 1111 | 101101 | 0 | 1011101 | 1001110 | 10100 | 101011111 | 1010110 | 101011 |
Color Harmonies of #CD0F2D
Complementary color
Monochromatic Colors of #CD0F2D
Black with #CD0F2D
Text Example
Text Example
White with #CD0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0F2D; }
p { color: rgb(205,15,45); }
H1.HeaderClassName
{
color: #CD0F2D;
}
.AnyTagClassName
{
color: #CD0F2D;
}
</style>
background-color css
<style>
a { background-color: #CD0F2D; }
a { background-color: rgb(205,15,45); }
div.DivClassName
{
background-color: #CD0F2D;
}
.BgClassName
{
background-color: #CD0F2D;
}
</style>
border-color css
<style>
span { border-color: #CD0F2D; }
span { border-color: rgb(205,15,45); }
td.TdClassName
{
border-color: #CD0F2D;
}
.TagClassName
{
border-color: #CD0F2D;
}
</style>