Shades of Free Speech Red #D21408
Tints of Free Speech Red #D21408
RGB
CMYK
RGB Variations
Color information
#D21408 (or 0xD21408) is known color: Free Speech Red. HEX triplet: D2, 14 and 08. RGB value is (210,20,8). Sum of RGB (Red+Green+Blue) = 210+20+8=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D21408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21408 is #2DEBF7. Grayscale: #4B4B4B. Windows color (decimal): -3009528 or 529618. OLE color: 529618.
HSL color Cylindrical-coordinate representation of color #D21408: hue angle of 3.56º 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 #D21408 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.18 |
| HSL | 3.56º | 0.93% | 0.43% | - |
| HSV(B) | 3.56º | 0.96% | 0.82% | - |
| XYZ | 26.87 | 14.22 | 1.56 | - |
| YUV | 75.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 8 | 0 | 0.90 | 0.96 | 0.18 | 3.56 | 0.93 | 0.43 |
| Hex | D2 | 14 | 8 | 0 | 5A | 60 | 12 | 4 | 5D | 2B |
| Octal | 322 | 24 | 10 | 0 | 132 | 140 | 22 | 4 | 135 | 53 |
| Binary | 11010010 | 10100 | 1000 | 0 | 1011010 | 1100000 | 10010 | 100 | 1011101 | 101011 |
Color Harmonies of #D21408
Complementary color
Monochromatic Colors of #D21408
Black with #D21408
Text Example
Text Example
White with #D21408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21408; }
p { color: rgb(210,20,8); }
H1.HeaderClassName
{
color: #D21408;
}
.AnyTagClassName
{
color: #D21408;
}
</style>
background-color css
<style>
a { background-color: #D21408; }
a { background-color: rgb(210,20,8); }
div.DivClassName
{
background-color: #D21408;
}
.BgClassName
{
background-color: #D21408;
}
</style>
border-color css
<style>
span { border-color: #D21408; }
span { border-color: rgb(210,20,8); }
td.TdClassName
{
border-color: #D21408;
}
.TagClassName
{
border-color: #D21408;
}
</style>