Shades of Free Speech Red #D21300
Tints of Free Speech Red #D21300
RGB
CMYK
RGB Variations
Color information
#D21300 (or 0xD21300) is known color: Free Speech Red. HEX triplet: D2, 13 and 00. RGB value is (210,19,0). Sum of RGB (Red+Green+Blue) = 210+19+0=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D21300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21300 is #2DECFF. Grayscale: #4A4A4A. Windows color (decimal): -3009792 or 5074. OLE color: 5074.
HSL color Cylindrical-coordinate representation of color #D21300: hue angle of 5.43º 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 #D21300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.18 |
| HSL | 5.43º | 1% | 0.41% | - |
| HSV(B) | 5.43º | 1% | 0.82% | - |
| XYZ | 26.81 | 14.17 | 1.32 | - |
| YUV | 73.94 | 86.28 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 0 | 0 | 0.91 | 1 | 0.18 | 5.43 | 1 | 0.41 |
| Hex | D2 | 13 | 0 | 0 | 5B | 64 | 12 | 5 | 64 | 29 |
| Octal | 322 | 23 | 0 | 0 | 133 | 144 | 22 | 5 | 144 | 51 |
| Binary | 11010010 | 10011 | 0 | 0 | 1011011 | 1100100 | 10010 | 101 | 1100100 | 101001 |
Color Harmonies of #D21300
Complementary color
Monochromatic Colors of #D21300
Black with #D21300
Text Example
Text Example
White with #D21300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21300; }
p { color: rgb(210,19,0); }
H1.HeaderClassName
{
color: #D21300;
}
.AnyTagClassName
{
color: #D21300;
}
</style>
background-color css
<style>
a { background-color: #D21300; }
a { background-color: rgb(210,19,0); }
div.DivClassName
{
background-color: #D21300;
}
.BgClassName
{
background-color: #D21300;
}
</style>
border-color css
<style>
span { border-color: #D21300; }
span { border-color: rgb(210,19,0); }
td.TdClassName
{
border-color: #D21300;
}
.TagClassName
{
border-color: #D21300;
}
</style>