Shades of Free Speech Red #D21609
Tints of Free Speech Red #D21609
RGB
CMYK
RGB Variations
Color information
#D21609 (or 0xD21609) is known color: Free Speech Red. HEX triplet: D2, 16 and 09. RGB value is (210,22,9). Sum of RGB (Red+Green+Blue) = 210+22+9=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D21609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21609 is #2DE9F6. Grayscale: #4C4C4C. Windows color (decimal): -3009015 or 595666. OLE color: 595666.
HSL color Cylindrical-coordinate representation of color #D21609: hue angle of 3.88º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D21609 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.18 |
| HSL | 3.88º | 0.92% | 0.43% | - |
| HSV(B) | 3.88º | 0.96% | 0.82% | - |
| XYZ | 26.91 | 14.3 | 1.6 | - |
| YUV | 76.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 9 | 0 | 0.90 | 0.96 | 0.18 | 3.88 | 0.92 | 0.43 |
| Hex | D2 | 16 | 9 | 0 | 5A | 60 | 12 | 4 | 5C | 2B |
| Octal | 322 | 26 | 11 | 0 | 132 | 140 | 22 | 4 | 134 | 53 |
| Binary | 11010010 | 10110 | 1001 | 0 | 1011010 | 1100000 | 10010 | 100 | 1011100 | 101011 |
Color Harmonies of #D21609
Complementary color
Monochromatic Colors of #D21609
Black with #D21609
Text Example
Text Example
White with #D21609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21609; }
p { color: rgb(210,22,9); }
H1.HeaderClassName
{
color: #D21609;
}
.AnyTagClassName
{
color: #D21609;
}
</style>
background-color css
<style>
a { background-color: #D21609; }
a { background-color: rgb(210,22,9); }
div.DivClassName
{
background-color: #D21609;
}
.BgClassName
{
background-color: #D21609;
}
</style>
border-color css
<style>
span { border-color: #D21609; }
span { border-color: rgb(210,22,9); }
td.TdClassName
{
border-color: #D21609;
}
.TagClassName
{
border-color: #D21609;
}
</style>