Shades of Free Speech Red #D41210
Tints of Free Speech Red #D41210
RGB
CMYK
RGB Variations
Color information
#D41210 (or 0xD41210) is known color: Free Speech Red. HEX triplet: D4, 12 and 10. RGB value is (212,18,16). Sum of RGB (Red+Green+Blue) = 212+18+16=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D41210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41210 is #2BEDEF. Grayscale: #4B4B4B. Windows color (decimal): -2878960 or 1053396. OLE color: 1053396.
HSL color Cylindrical-coordinate representation of color #D41210: hue angle of 0.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41210 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.17 |
| HSL | 0.61º | 0.86% | 0.45% | - |
| HSV(B) | 0.61º | 0.92% | 0.83% | - |
| XYZ | 27.46 | 14.47 | 1.84 | - |
| YUV | 75.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 16 | 0 | 0.92 | 0.92 | 0.17 | 0.61 | 0.86 | 0.45 |
| Hex | D4 | 12 | 10 | 0 | 5C | 5C | 11 | 1 | 56 | 2D |
| Octal | 324 | 22 | 20 | 0 | 134 | 134 | 21 | 1 | 126 | 55 |
| Binary | 11010100 | 10010 | 10000 | 0 | 1011100 | 1011100 | 10001 | 1 | 1010110 | 101101 |
Color Harmonies of #D41210
Complementary color
Monochromatic Colors of #D41210
Black with #D41210
Text Example
Text Example
White with #D41210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41210; }
p { color: rgb(212,18,16); }
H1.HeaderClassName
{
color: #D41210;
}
.AnyTagClassName
{
color: #D41210;
}
</style>
background-color css
<style>
a { background-color: #D41210; }
a { background-color: rgb(212,18,16); }
div.DivClassName
{
background-color: #D41210;
}
.BgClassName
{
background-color: #D41210;
}
</style>
border-color css
<style>
span { border-color: #D41210; }
span { border-color: rgb(212,18,16); }
td.TdClassName
{
border-color: #D41210;
}
.TagClassName
{
border-color: #D41210;
}
</style>