Shades of Fire Engine Red #CD072D
Tints of Fire Engine Red #CD072D
RGB
CMYK
RGB Variations
Color information
#CD072D (or 0xCD072D) is known color: Fire Engine Red. HEX triplet: CD, 07 and 2D. RGB value is (205,7,45). Sum of RGB (Red+Green+Blue) = 205+7+45=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD072D is #32F8D2. Grayscale: #464646. Windows color (decimal): -3340499 or 2951117. OLE color: 2951117.
HSL color Cylindrical-coordinate representation of color #CD072D: hue angle of 348.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD072D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 7 | 45 | - |
CMYK | 0 | 0.97 | 0.78 | 0.20 |
HSL | 348.48º | 0.93% | 0.42% | - |
HSV(B) | 348.48º | 0.97% | 0.8% | - |
XYZ | 25.73 | 13.32 | 3.7 | - |
YUV | 70.53 | 113.6 | 223.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 7 | 45 | 0 | 0.97 | 0.78 | 0.20 | 348.48 | 0.93 | 0.42 |
Hex | CD | 7 | 2D | 0 | 61 | 4E | 14 | 15C | 5D | 2A |
Octal | 315 | 7 | 55 | 0 | 141 | 116 | 24 | 534 | 135 | 52 |
Binary | 11001101 | 111 | 101101 | 0 | 1100001 | 1001110 | 10100 | 101011100 | 1011101 | 101010 |
Color Harmonies of #CD072D
Complementary color
Monochromatic Colors of #CD072D
Black with #CD072D
Text Example
Text Example
White with #CD072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD072D; }
p { color: rgb(205,7,45); }
H1.HeaderClassName
{
color: #CD072D;
}
.AnyTagClassName
{
color: #CD072D;
}
</style>
background-color css
<style>
a { background-color: #CD072D; }
a { background-color: rgb(205,7,45); }
div.DivClassName
{
background-color: #CD072D;
}
.BgClassName
{
background-color: #CD072D;
}
</style>
border-color css
<style>
span { border-color: #CD072D; }
span { border-color: rgb(205,7,45); }
td.TdClassName
{
border-color: #CD072D;
}
.TagClassName
{
border-color: #CD072D;
}
</style>