Shades of Free Speech Red #D20500
Tints of Free Speech Red #D20500
RGB
CMYK
RGB Variations
Color information
#D20500 (or 0xD20500) is known color: Free Speech Red. HEX triplet: D2, 05 and 00. RGB value is (210,5,0). Sum of RGB (Red+Green+Blue) = 210+5+0=215 (28% of max value = 765). Red value is 210 (82.42% from 255 or 97.67% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 210 - color contains mainly: red. Hex color #D20500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20500 is #2DFAFF. Grayscale: #414141. Windows color (decimal): -3013376 or 1490. OLE color: 1490.
HSL color Cylindrical-coordinate representation of color #D20500: hue angle of 1.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 #D20500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.18 |
| HSL | 1.43º | 1% | 0.41% | - |
| HSV(B) | 1.43º | 1% | 0.82% | - |
| XYZ | 26.63 | 13.81 | 1.26 | - |
| YUV | 65.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 0 | 0 | 0.98 | 1 | 0.18 | 1.43 | 1 | 0.41 |
| Hex | D2 | 5 | 0 | 0 | 62 | 64 | 12 | 1 | 64 | 29 |
| Octal | 322 | 5 | 0 | 0 | 142 | 144 | 22 | 1 | 144 | 51 |
| Binary | 11010010 | 101 | 0 | 0 | 1100010 | 1100100 | 10010 | 1 | 1100100 | 101001 |
Color Harmonies of #D20500
Complementary color
Monochromatic Colors of #D20500
Black with #D20500
Text Example
Text Example
White with #D20500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20500; }
p { color: rgb(210,5,0); }
H1.HeaderClassName
{
color: #D20500;
}
.AnyTagClassName
{
color: #D20500;
}
</style>
background-color css
<style>
a { background-color: #D20500; }
a { background-color: rgb(210,5,0); }
div.DivClassName
{
background-color: #D20500;
}
.BgClassName
{
background-color: #D20500;
}
</style>
border-color css
<style>
span { border-color: #D20500; }
span { border-color: rgb(210,5,0); }
td.TdClassName
{
border-color: #D20500;
}
.TagClassName
{
border-color: #D20500;
}
</style>