Shades of Fire Engine Red #CD202D
Tints of Fire Engine Red #CD202D
RGB
CMYK
RGB Variations
Color information
#CD202D (or 0xCD202D) is known color: Fire Engine Red. HEX triplet: CD, 20 and 2D. RGB value is (205,32,45). Sum of RGB (Red+Green+Blue) = 205+32+45=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD202D is #32DFD2. Grayscale: #555555. Windows color (decimal): -3334099 or 2957517. OLE color: 2957517.
HSL color Cylindrical-coordinate representation of color #CD202D: hue angle of 355.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 45 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.20 |
| HSL | 355.49º | 0.73% | 0.46% | - |
| HSV(B) | 355.49º | 0.84% | 0.8% | - |
| XYZ | 26.17 | 14.2 | 3.84 | - |
| YUV | 85.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 45 | 0 | 0.84 | 0.78 | 0.20 | 355.49 | 0.73 | 0.46 |
| Hex | CD | 20 | 2D | 0 | 54 | 4E | 14 | 163 | 49 | 2E |
| Octal | 315 | 40 | 55 | 0 | 124 | 116 | 24 | 543 | 111 | 56 |
| Binary | 11001101 | 100000 | 101101 | 0 | 1010100 | 1001110 | 10100 | 101100011 | 1001001 | 101110 |
Color Harmonies of #CD202D
Complementary color
Monochromatic Colors of #CD202D
Black with #CD202D
Text Example
Text Example
White with #CD202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD202D; }
p { color: rgb(205,32,45); }
H1.HeaderClassName
{
color: #CD202D;
}
.AnyTagClassName
{
color: #CD202D;
}
</style>
background-color css
<style>
a { background-color: #CD202D; }
a { background-color: rgb(205,32,45); }
div.DivClassName
{
background-color: #CD202D;
}
.BgClassName
{
background-color: #CD202D;
}
</style>
border-color css
<style>
span { border-color: #CD202D; }
span { border-color: rgb(205,32,45); }
td.TdClassName
{
border-color: #CD202D;
}
.TagClassName
{
border-color: #CD202D;
}
</style>