Shades of Free Speech Red #D20905
Tints of Free Speech Red #D20905
RGB
CMYK
RGB Variations
Color information
#D20905 (or 0xD20905) is known color: Free Speech Red. HEX triplet: D2, 09 and 05. RGB value is (210,9,5). Sum of RGB (Red+Green+Blue) = 210+9+5=224 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.75% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 210 - color contains mainly: red. Hex color #D20905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20905 is #2DF6FA. Grayscale: #444444. Windows color (decimal): -3012347 or 330194. OLE color: 330194.
HSL color Cylindrical-coordinate representation of color #D20905: hue angle of 1.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.18 |
| HSL | 1.17º | 0.95% | 0.42% | - |
| HSV(B) | 1.17º | 0.98% | 0.82% | - |
| XYZ | 26.7 | 13.91 | 1.42 | - |
| YUV | 68.64 | 92.09 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 5 | 0 | 0.96 | 0.98 | 0.18 | 1.17 | 0.95 | 0.42 |
| Hex | D2 | 9 | 5 | 0 | 60 | 62 | 12 | 1 | 5F | 2A |
| Octal | 322 | 11 | 5 | 0 | 140 | 142 | 22 | 1 | 137 | 52 |
| Binary | 11010010 | 1001 | 101 | 0 | 1100000 | 1100010 | 10010 | 1 | 1011111 | 101010 |
Color Harmonies of #D20905
Complementary color
Monochromatic Colors of #D20905
Black with #D20905
Text Example
Text Example
White with #D20905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20905; }
p { color: rgb(210,9,5); }
H1.HeaderClassName
{
color: #D20905;
}
.AnyTagClassName
{
color: #D20905;
}
</style>
background-color css
<style>
a { background-color: #D20905; }
a { background-color: rgb(210,9,5); }
div.DivClassName
{
background-color: #D20905;
}
.BgClassName
{
background-color: #D20905;
}
</style>
border-color css
<style>
span { border-color: #D20905; }
span { border-color: rgb(210,9,5); }
td.TdClassName
{
border-color: #D20905;
}
.TagClassName
{
border-color: #D20905;
}
</style>