Shades of Fire Engine Red #CD052D
Tints of Fire Engine Red #CD052D
RGB
CMYK
RGB Variations
Color information
#CD052D (or 0xCD052D) is known color: Fire Engine Red. HEX triplet: CD, 05 and 2D. RGB value is (205,5,45). Sum of RGB (Red+Green+Blue) = 205+5+45=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD052D is #32FAD2. Grayscale: #454545. Windows color (decimal): -3341011 or 2950605. OLE color: 2950605.
HSL color Cylindrical-coordinate representation of color #CD052D: hue angle of 348º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.20 |
| HSL | 348º | 0.95% | 0.41% | - |
| HSV(B) | 348º | 0.98% | 0.8% | - |
| XYZ | 25.7 | 13.28 | 3.69 | - |
| YUV | 69.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 45 | 0 | 0.98 | 0.78 | 0.20 | 348 | 0.95 | 0.41 |
| Hex | CD | 5 | 2D | 0 | 62 | 4E | 14 | 15C | 5F | 29 |
| Octal | 315 | 5 | 55 | 0 | 142 | 116 | 24 | 534 | 137 | 51 |
| Binary | 11001101 | 101 | 101101 | 0 | 1100010 | 1001110 | 10100 | 101011100 | 1011111 | 101001 |
Color Harmonies of #CD052D
Complementary color
Monochromatic Colors of #CD052D
Black with #CD052D
Text Example
Text Example
White with #CD052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD052D; }
p { color: rgb(205,5,45); }
H1.HeaderClassName
{
color: #CD052D;
}
.AnyTagClassName
{
color: #CD052D;
}
</style>
background-color css
<style>
a { background-color: #CD052D; }
a { background-color: rgb(205,5,45); }
div.DivClassName
{
background-color: #CD052D;
}
.BgClassName
{
background-color: #CD052D;
}
</style>
border-color css
<style>
span { border-color: #CD052D; }
span { border-color: rgb(205,5,45); }
td.TdClassName
{
border-color: #CD052D;
}
.TagClassName
{
border-color: #CD052D;
}
</style>