Shades of Free Speech Red #D01010
Tints of Free Speech Red #D01010
RGB
CMYK
RGB Variations
Color information
#D01010 (or 0xD01010) is known color: Free Speech Red. HEX triplet: D0, 10 and 10. RGB value is (208,16,16). Sum of RGB (Red+Green+Blue) = 208+16+16=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D01010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01010 is #2FEFEF. Grayscale: #494949. Windows color (decimal): -3141616 or 1052880. OLE color: 1052880.
HSL color Cylindrical-coordinate representation of color #D01010: hue angle of 0º 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 #D01010 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 16 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.18 |
| HSL | 0º | 0.86% | 0.44% | - |
| HSV(B) | 0º | 0.92% | 0.82% | - |
| XYZ | 26.29 | 13.82 | 1.77 | - |
| YUV | 73.41 | 95.61 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 16 | 0 | 0.92 | 0.92 | 0.18 | 0 | 0.86 | 0.44 |
| Hex | D0 | 10 | 10 | 0 | 5C | 5C | 12 | 0 | 56 | 2C |
| Octal | 320 | 20 | 20 | 0 | 134 | 134 | 22 | 0 | 126 | 54 |
| Binary | 11010000 | 10000 | 10000 | 0 | 1011100 | 1011100 | 10010 | 0 | 1010110 | 101100 |
Color Harmonies of #D01010
Complementary color
Monochromatic Colors of #D01010
Black with #D01010
Text Example
Text Example
White with #D01010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01010; }
p { color: rgb(208,16,16); }
H1.HeaderClassName
{
color: #D01010;
}
.AnyTagClassName
{
color: #D01010;
}
</style>
background-color css
<style>
a { background-color: #D01010; }
a { background-color: rgb(208,16,16); }
div.DivClassName
{
background-color: #D01010;
}
.BgClassName
{
background-color: #D01010;
}
</style>
border-color css
<style>
span { border-color: #D01010; }
span { border-color: rgb(208,16,16); }
td.TdClassName
{
border-color: #D01010;
}
.TagClassName
{
border-color: #D01010;
}
</style>