Shades of Free Speech Red #D21201
Tints of Free Speech Red #D21201
RGB
CMYK
RGB Variations
Color information
#D21201 (or 0xD21201) is known color: Free Speech Red. HEX triplet: D2, 12 and 01. RGB value is (210,18,1). Sum of RGB (Red+Green+Blue) = 210+18+1=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D21201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21201 is #2DEDFE. Grayscale: #494949. Windows color (decimal): -3010047 or 70354. OLE color: 70354.
HSL color Cylindrical-coordinate representation of color #D21201: hue angle of 4.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D21201 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.18 |
| HSL | 4.88º | 0.99% | 0.41% | - |
| HSV(B) | 4.88º | 1% | 0.82% | - |
| XYZ | 26.8 | 14.14 | 1.34 | - |
| YUV | 73.47 | 87.11 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 1 | 0 | 0.91 | 1.00 | 0.18 | 4.88 | 0.99 | 0.41 |
| Hex | D2 | 12 | 1 | 0 | 5B | 64 | 12 | 5 | 63 | 29 |
| Octal | 322 | 22 | 1 | 0 | 133 | 144 | 22 | 5 | 143 | 51 |
| Binary | 11010010 | 10010 | 1 | 0 | 1011011 | 1100100 | 10010 | 101 | 1100011 | 101001 |
Color Harmonies of #D21201
Complementary color
Monochromatic Colors of #D21201
Black with #D21201
Text Example
Text Example
White with #D21201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21201; }
p { color: rgb(210,18,1); }
H1.HeaderClassName
{
color: #D21201;
}
.AnyTagClassName
{
color: #D21201;
}
</style>
background-color css
<style>
a { background-color: #D21201; }
a { background-color: rgb(210,18,1); }
div.DivClassName
{
background-color: #D21201;
}
.BgClassName
{
background-color: #D21201;
}
</style>
border-color css
<style>
span { border-color: #D21201; }
span { border-color: rgb(210,18,1); }
td.TdClassName
{
border-color: #D21201;
}
.TagClassName
{
border-color: #D21201;
}
</style>