Shades of Free Speech Red #D20601
Tints of Free Speech Red #D20601
RGB
CMYK
RGB Variations
Color information
#D20601 (or 0xD20601) is known color: Free Speech Red. HEX triplet: D2, 06 and 01. RGB value is (210,6,1). Sum of RGB (Red+Green+Blue) = 210+6+1=217 (28% of max value = 765). Red value is 210 (82.42% from 255 or 96.77% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 210 - color contains mainly: red. Hex color #D20601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20601 is #2DF9FE. Grayscale: #424242. Windows color (decimal): -3013119 or 67282. OLE color: 67282.
HSL color Cylindrical-coordinate representation of color #D20601: hue angle of 1.44º 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 #D20601 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.18 |
| HSL | 1.44º | 0.99% | 0.41% | - |
| HSV(B) | 1.44º | 1% | 0.82% | - |
| XYZ | 26.65 | 13.83 | 1.29 | - |
| YUV | 66.43 | 91.09 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 1 | 0 | 0.97 | 1.00 | 0.18 | 1.44 | 0.99 | 0.41 |
| Hex | D2 | 6 | 1 | 0 | 61 | 64 | 12 | 1 | 63 | 29 |
| Octal | 322 | 6 | 1 | 0 | 141 | 144 | 22 | 1 | 143 | 51 |
| Binary | 11010010 | 110 | 1 | 0 | 1100001 | 1100100 | 10010 | 1 | 1100011 | 101001 |
Color Harmonies of #D20601
Complementary color
Monochromatic Colors of #D20601
Black with #D20601
Text Example
Text Example
White with #D20601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20601; }
p { color: rgb(210,6,1); }
H1.HeaderClassName
{
color: #D20601;
}
.AnyTagClassName
{
color: #D20601;
}
</style>
background-color css
<style>
a { background-color: #D20601; }
a { background-color: rgb(210,6,1); }
div.DivClassName
{
background-color: #D20601;
}
.BgClassName
{
background-color: #D20601;
}
</style>
border-color css
<style>
span { border-color: #D20601; }
span { border-color: rgb(210,6,1); }
td.TdClassName
{
border-color: #D20601;
}
.TagClassName
{
border-color: #D20601;
}
</style>