Shades of Free Speech Red #D01510
Tints of Free Speech Red #D01510
RGB
CMYK
RGB Variations
Color information
#D01510 (or 0xD01510) is known color: Free Speech Red. HEX triplet: D0, 15 and 10. RGB value is (208,21,16). Sum of RGB (Red+Green+Blue) = 208+21+16=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D01510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01510 is #2FEAEF. Grayscale: #4C4C4C. Windows color (decimal): -3140336 or 1054160. OLE color: 1054160.
HSL color Cylindrical-coordinate representation of color #D01510: hue angle of 1.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01510 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 16 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.18 |
| HSL | 1.56º | 0.86% | 0.44% | - |
| HSV(B) | 1.56º | 0.92% | 0.82% | - |
| XYZ | 26.37 | 13.98 | 1.8 | - |
| YUV | 76.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 16 | 0 | 0.90 | 0.92 | 0.18 | 1.56 | 0.86 | 0.44 |
| Hex | D0 | 15 | 10 | 0 | 5A | 5C | 12 | 2 | 56 | 2C |
| Octal | 320 | 25 | 20 | 0 | 132 | 134 | 22 | 2 | 126 | 54 |
| Binary | 11010000 | 10101 | 10000 | 0 | 1011010 | 1011100 | 10010 | 10 | 1010110 | 101100 |
Color Harmonies of #D01510
Complementary color
Monochromatic Colors of #D01510
Black with #D01510
Text Example
Text Example
White with #D01510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01510; }
p { color: rgb(208,21,16); }
H1.HeaderClassName
{
color: #D01510;
}
.AnyTagClassName
{
color: #D01510;
}
</style>
background-color css
<style>
a { background-color: #D01510; }
a { background-color: rgb(208,21,16); }
div.DivClassName
{
background-color: #D01510;
}
.BgClassName
{
background-color: #D01510;
}
</style>
border-color css
<style>
span { border-color: #D01510; }
span { border-color: rgb(208,21,16); }
td.TdClassName
{
border-color: #D01510;
}
.TagClassName
{
border-color: #D01510;
}
</style>