Shades of Free Speech Red #D20301
Tints of Free Speech Red #D20301
RGB
CMYK
RGB Variations
Color information
#D20301 (or 0xD20301) is known color: Free Speech Red. HEX triplet: D2, 03 and 01. RGB value is (210,3,1). Sum of RGB (Red+Green+Blue) = 210+3+1=214 (28% of max value = 765). Red value is 210 (82.42% from 255 or 98.13% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 210 - color contains mainly: red. Hex color #D20301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20301 is #2DFCFE. Grayscale: #404040. Windows color (decimal): -3013887 or 66514. OLE color: 66514.
HSL color Cylindrical-coordinate representation of color #D20301: hue angle of 0.57º 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 #D20301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.18 |
| HSL | 0.57º | 0.99% | 0.41% | - |
| HSV(B) | 0.57º | 1% | 0.82% | - |
| XYZ | 26.62 | 13.77 | 1.28 | - |
| YUV | 64.67 | 92.08 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 1 | 0 | 0.99 | 1.00 | 0.18 | 0.57 | 0.99 | 0.41 |
| Hex | D2 | 3 | 1 | 0 | 63 | 64 | 12 | 1 | 63 | 29 |
| Octal | 322 | 3 | 1 | 0 | 143 | 144 | 22 | 1 | 143 | 51 |
| Binary | 11010010 | 11 | 1 | 0 | 1100011 | 1100100 | 10010 | 1 | 1100011 | 101001 |
Color Harmonies of #D20301
Complementary color
Monochromatic Colors of #D20301
Black with #D20301
Text Example
Text Example
White with #D20301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20301; }
p { color: rgb(210,3,1); }
H1.HeaderClassName
{
color: #D20301;
}
.AnyTagClassName
{
color: #D20301;
}
</style>
background-color css
<style>
a { background-color: #D20301; }
a { background-color: rgb(210,3,1); }
div.DivClassName
{
background-color: #D20301;
}
.BgClassName
{
background-color: #D20301;
}
</style>
border-color css
<style>
span { border-color: #D20301; }
span { border-color: rgb(210,3,1); }
td.TdClassName
{
border-color: #D20301;
}
.TagClassName
{
border-color: #D20301;
}
</style>