Shades of Free Speech Red #D21400
Tints of Free Speech Red #D21400
RGB
CMYK
RGB Variations
Color information
#D21400 (or 0xD21400) is known color: Free Speech Red. HEX triplet: D2, 14 and 00. RGB value is (210,20,0). Sum of RGB (Red+Green+Blue) = 210+20+0=230 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.30% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 210 - color contains mainly: red. Hex color #D21400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21400 is #2DEBFF. Grayscale: #4A4A4A. Windows color (decimal): -3009536 or 5330. OLE color: 5330.
HSL color Cylindrical-coordinate representation of color #D21400: hue angle of 5.71º 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 #D21400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.18 |
| HSL | 5.71º | 1% | 0.41% | - |
| HSV(B) | 5.71º | 1% | 0.82% | - |
| XYZ | 26.83 | 14.2 | 1.33 | - |
| YUV | 74.53 | 85.95 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 0 | 0 | 0.90 | 1 | 0.18 | 5.71 | 1 | 0.41 |
| Hex | D2 | 14 | 0 | 0 | 5A | 64 | 12 | 6 | 64 | 29 |
| Octal | 322 | 24 | 0 | 0 | 132 | 144 | 22 | 6 | 144 | 51 |
| Binary | 11010010 | 10100 | 0 | 0 | 1011010 | 1100100 | 10010 | 110 | 1100100 | 101001 |
Color Harmonies of #D21400
Complementary color
Monochromatic Colors of #D21400
Black with #D21400
Text Example
Text Example
White with #D21400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21400; }
p { color: rgb(210,20,0); }
H1.HeaderClassName
{
color: #D21400;
}
.AnyTagClassName
{
color: #D21400;
}
</style>
background-color css
<style>
a { background-color: #D21400; }
a { background-color: rgb(210,20,0); }
div.DivClassName
{
background-color: #D21400;
}
.BgClassName
{
background-color: #D21400;
}
</style>
border-color css
<style>
span { border-color: #D21400; }
span { border-color: rgb(210,20,0); }
td.TdClassName
{
border-color: #D21400;
}
.TagClassName
{
border-color: #D21400;
}
</style>