Shades of Fire Engine Red #CD202C
Tints of Fire Engine Red #CD202C
RGB
CMYK
RGB Variations
Color information
#CD202C (or 0xCD202C) is known color: Fire Engine Red. HEX triplet: CD, 20 and 2C. RGB value is (205,32,44). Sum of RGB (Red+Green+Blue) = 205+32+44=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD202C is #32DFD3. Grayscale: #555555. Windows color (decimal): -3334100 or 2891981. OLE color: 2891981.
HSL color Cylindrical-coordinate representation of color #CD202C: hue angle of 355.84º 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 #CD202C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 44 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.20 |
| HSL | 355.84º | 0.73% | 0.46% | - |
| HSV(B) | 355.84º | 0.84% | 0.8% | - |
| XYZ | 26.15 | 14.19 | 3.74 | - |
| YUV | 85.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 44 | 0 | 0.84 | 0.79 | 0.20 | 355.84 | 0.73 | 0.46 |
| Hex | CD | 20 | 2C | 0 | 54 | 4F | 14 | 164 | 49 | 2E |
| Octal | 315 | 40 | 54 | 0 | 124 | 117 | 24 | 544 | 111 | 56 |
| Binary | 11001101 | 100000 | 101100 | 0 | 1010100 | 1001111 | 10100 | 101100100 | 1001001 | 101110 |
Color Harmonies of #CD202C
Complementary color
Monochromatic Colors of #CD202C
Black with #CD202C
Text Example
Text Example
White with #CD202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD202C; }
p { color: rgb(205,32,44); }
H1.HeaderClassName
{
color: #CD202C;
}
.AnyTagClassName
{
color: #CD202C;
}
</style>
background-color css
<style>
a { background-color: #CD202C; }
a { background-color: rgb(205,32,44); }
div.DivClassName
{
background-color: #CD202C;
}
.BgClassName
{
background-color: #CD202C;
}
</style>
border-color css
<style>
span { border-color: #CD202C; }
span { border-color: rgb(205,32,44); }
td.TdClassName
{
border-color: #CD202C;
}
.TagClassName
{
border-color: #CD202C;
}
</style>