Shades of Free Speech Red #D21008
Tints of Free Speech Red #D21008
RGB
CMYK
RGB Variations
Color information
#D21008 (or 0xD21008) is known color: Free Speech Red. HEX triplet: D2, 10 and 08. RGB value is (210,16,8). Sum of RGB (Red+Green+Blue) = 210+16+8=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D21008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21008 is #2DEFF7. Grayscale: #494949. Windows color (decimal): -3010552 or 528594. OLE color: 528594.
HSL color Cylindrical-coordinate representation of color #D21008: hue angle of 2.38º degrees, saturation: 0.93, 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 #D21008 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.18 |
| HSL | 2.38º | 0.93% | 0.43% | - |
| HSV(B) | 2.38º | 0.96% | 0.82% | - |
| XYZ | 26.81 | 14.09 | 1.54 | - |
| YUV | 73.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 8 | 0 | 0.92 | 0.96 | 0.18 | 2.38 | 0.93 | 0.43 |
| Hex | D2 | 10 | 8 | 0 | 5C | 60 | 12 | 2 | 5D | 2B |
| Octal | 322 | 20 | 10 | 0 | 134 | 140 | 22 | 2 | 135 | 53 |
| Binary | 11010010 | 10000 | 1000 | 0 | 1011100 | 1100000 | 10010 | 10 | 1011101 | 101011 |
Color Harmonies of #D21008
Complementary color
Monochromatic Colors of #D21008
Black with #D21008
Text Example
Text Example
White with #D21008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21008; }
p { color: rgb(210,16,8); }
H1.HeaderClassName
{
color: #D21008;
}
.AnyTagClassName
{
color: #D21008;
}
</style>
background-color css
<style>
a { background-color: #D21008; }
a { background-color: rgb(210,16,8); }
div.DivClassName
{
background-color: #D21008;
}
.BgClassName
{
background-color: #D21008;
}
</style>
border-color css
<style>
span { border-color: #D21008; }
span { border-color: rgb(210,16,8); }
td.TdClassName
{
border-color: #D21008;
}
.TagClassName
{
border-color: #D21008;
}
</style>