Shades of Free Speech Red #D21210
Tints of Free Speech Red #D21210
RGB
CMYK
RGB Variations
Color information
#D21210 (or 0xD21210) is known color: Free Speech Red. HEX triplet: D2, 12 and 10. RGB value is (210,18,16). Sum of RGB (Red+Green+Blue) = 210+18+16=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D21210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21210 is #2DEDEF. Grayscale: #4B4B4B. Windows color (decimal): -3010032 or 1053394. OLE color: 1053394.
HSL color Cylindrical-coordinate representation of color #D21210: hue angle of 0.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21210 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 16 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.18 |
| HSL | 0.62º | 0.86% | 0.44% | - |
| HSV(B) | 0.62º | 0.92% | 0.82% | - |
| XYZ | 26.89 | 14.17 | 1.81 | - |
| YUV | 75.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 16 | 0 | 0.91 | 0.92 | 0.18 | 0.62 | 0.86 | 0.44 |
| Hex | D2 | 12 | 10 | 0 | 5B | 5C | 12 | 1 | 56 | 2C |
| Octal | 322 | 22 | 20 | 0 | 133 | 134 | 22 | 1 | 126 | 54 |
| Binary | 11010010 | 10010 | 10000 | 0 | 1011011 | 1011100 | 10010 | 1 | 1010110 | 101100 |
Color Harmonies of #D21210
Complementary color
Monochromatic Colors of #D21210
Black with #D21210
Text Example
Text Example
White with #D21210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21210; }
p { color: rgb(210,18,16); }
H1.HeaderClassName
{
color: #D21210;
}
.AnyTagClassName
{
color: #D21210;
}
</style>
background-color css
<style>
a { background-color: #D21210; }
a { background-color: rgb(210,18,16); }
div.DivClassName
{
background-color: #D21210;
}
.BgClassName
{
background-color: #D21210;
}
</style>
border-color css
<style>
span { border-color: #D21210; }
span { border-color: rgb(210,18,16); }
td.TdClassName
{
border-color: #D21210;
}
.TagClassName
{
border-color: #D21210;
}
</style>