Shades of Fire Engine Red #D6202B
Tints of Fire Engine Red #D6202B
RGB
CMYK
RGB Variations
Color information
#D6202B (or 0xD6202B) is known color: Fire Engine Red. HEX triplet: D6, 20 and 2B. RGB value is (214,32,43). Sum of RGB (Red+Green+Blue) = 214+32+43=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D6202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6202B is #29DFD4. Grayscale: #575757. Windows color (decimal): -2744277 or 2826454. OLE color: 2826454.
HSL color Cylindrical-coordinate representation of color #D6202B: hue angle of 356.37º 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 #D6202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.16 |
| HSL | 356.37º | 0.74% | 0.48% | - |
| HSV(B) | 356.37º | 0.85% | 0.84% | - |
| XYZ | 28.68 | 15.5 | 3.77 | - |
| YUV | 87.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 43 | 0 | 0.85 | 0.80 | 0.16 | 356.37 | 0.74 | 0.48 |
| Hex | D6 | 20 | 2B | 0 | 55 | 50 | 10 | 164 | 4A | 30 |
| Octal | 326 | 40 | 53 | 0 | 125 | 120 | 20 | 544 | 112 | 60 |
| Binary | 11010110 | 100000 | 101011 | 0 | 1010101 | 1010000 | 10000 | 101100100 | 1001010 | 110000 |
Color Harmonies of #D6202B
Complementary color
Monochromatic Colors of #D6202B
Black with #D6202B
Text Example
Text Example
White with #D6202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6202B; }
p { color: rgb(214,32,43); }
H1.HeaderClassName
{
color: #D6202B;
}
.AnyTagClassName
{
color: #D6202B;
}
</style>
background-color css
<style>
a { background-color: #D6202B; }
a { background-color: rgb(214,32,43); }
div.DivClassName
{
background-color: #D6202B;
}
.BgClassName
{
background-color: #D6202B;
}
</style>
border-color css
<style>
span { border-color: #D6202B; }
span { border-color: rgb(214,32,43); }
td.TdClassName
{
border-color: #D6202B;
}
.TagClassName
{
border-color: #D6202B;
}
</style>