Shades of Fire Engine Red #D5202C
Tints of Fire Engine Red #D5202C
RGB
CMYK
RGB Variations
Color information
#D5202C (or 0xD5202C) is known color: Fire Engine Red. HEX triplet: D5, 20 and 2C. RGB value is (213,32,44). Sum of RGB (Red+Green+Blue) = 213+32+44=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5202C is #2ADFD3. Grayscale: #575757. Windows color (decimal): -2809812 or 2891989. OLE color: 2891989.
HSL color Cylindrical-coordinate representation of color #D5202C: hue angle of 356.02º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5202C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 44 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.16 |
| HSL | 356.02º | 0.74% | 0.48% | - |
| HSV(B) | 356.02º | 0.85% | 0.84% | - |
| XYZ | 28.41 | 15.36 | 3.85 | - |
| YUV | 87.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 44 | 0 | 0.85 | 0.79 | 0.16 | 356.02 | 0.74 | 0.48 |
| Hex | D5 | 20 | 2C | 0 | 55 | 4F | 10 | 164 | 4A | 30 |
| Octal | 325 | 40 | 54 | 0 | 125 | 117 | 20 | 544 | 112 | 60 |
| Binary | 11010101 | 100000 | 101100 | 0 | 1010101 | 1001111 | 10000 | 101100100 | 1001010 | 110000 |
Color Harmonies of #D5202C
Complementary color
Monochromatic Colors of #D5202C
Black with #D5202C
Text Example
Text Example
White with #D5202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5202C; }
p { color: rgb(213,32,44); }
H1.HeaderClassName
{
color: #D5202C;
}
.AnyTagClassName
{
color: #D5202C;
}
</style>
background-color css
<style>
a { background-color: #D5202C; }
a { background-color: rgb(213,32,44); }
div.DivClassName
{
background-color: #D5202C;
}
.BgClassName
{
background-color: #D5202C;
}
</style>
border-color css
<style>
span { border-color: #D5202C; }
span { border-color: rgb(213,32,44); }
td.TdClassName
{
border-color: #D5202C;
}
.TagClassName
{
border-color: #D5202C;
}
</style>