Shades of Free Speech Red #D20900
Tints of Free Speech Red #D20900
RGB
CMYK
RGB Variations
Color information
#D20900 (or 0xD20900) is known color: Free Speech Red. HEX triplet: D2, 09 and 00. RGB value is (210,9,0). Sum of RGB (Red+Green+Blue) = 210+9+0=219 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.89% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 210 - color contains mainly: red. Hex color #D20900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20900 is #2DF6FF. Grayscale: #444444. Windows color (decimal): -3012352 or 2514. OLE color: 2514.
HSL color Cylindrical-coordinate representation of color #D20900: hue angle of 2.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.18 |
| HSL | 2.57º | 1% | 0.41% | - |
| HSV(B) | 2.57º | 1% | 0.82% | - |
| XYZ | 26.68 | 13.9 | 1.28 | - |
| YUV | 68.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 0 | 0 | 0.96 | 1 | 0.18 | 2.57 | 1 | 0.41 |
| Hex | D2 | 9 | 0 | 0 | 60 | 64 | 12 | 3 | 64 | 29 |
| Octal | 322 | 11 | 0 | 0 | 140 | 144 | 22 | 3 | 144 | 51 |
| Binary | 11010010 | 1001 | 0 | 0 | 1100000 | 1100100 | 10010 | 11 | 1100100 | 101001 |
Color Harmonies of #D20900
Complementary color
Monochromatic Colors of #D20900
Black with #D20900
Text Example
Text Example
White with #D20900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20900; }
p { color: rgb(210,9,0); }
H1.HeaderClassName
{
color: #D20900;
}
.AnyTagClassName
{
color: #D20900;
}
</style>
background-color css
<style>
a { background-color: #D20900; }
a { background-color: rgb(210,9,0); }
div.DivClassName
{
background-color: #D20900;
}
.BgClassName
{
background-color: #D20900;
}
</style>
border-color css
<style>
span { border-color: #D20900; }
span { border-color: rgb(210,9,0); }
td.TdClassName
{
border-color: #D20900;
}
.TagClassName
{
border-color: #D20900;
}
</style>