Shades of Free Speech Red #D01200
Tints of Free Speech Red #D01200
RGB
CMYK
RGB Variations
Color information
#D01200 (or 0xD01200) is known color: Free Speech Red. HEX triplet: D0, 12 and 00. RGB value is (208,18,0). Sum of RGB (Red+Green+Blue) = 208+18+0=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D01200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01200 is #2FEDFF. Grayscale: #494949. Windows color (decimal): -3141120 or 4816. OLE color: 4816.
HSL color Cylindrical-coordinate representation of color #D01200: hue angle of 5.19º 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 #D01200 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.18 |
| HSL | 5.19º | 1% | 0.41% | - |
| HSV(B) | 5.19º | 1% | 0.82% | - |
| XYZ | 26.23 | 13.84 | 1.29 | - |
| YUV | 72.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 0 | 0 | 0.91 | 1 | 0.18 | 5.19 | 1 | 0.41 |
| Hex | D0 | 12 | 0 | 0 | 5B | 64 | 12 | 5 | 64 | 29 |
| Octal | 320 | 22 | 0 | 0 | 133 | 144 | 22 | 5 | 144 | 51 |
| Binary | 11010000 | 10010 | 0 | 0 | 1011011 | 1100100 | 10010 | 101 | 1100100 | 101001 |
Color Harmonies of #D01200
Complementary color
Monochromatic Colors of #D01200
Black with #D01200
Text Example
Text Example
White with #D01200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01200; }
p { color: rgb(208,18,0); }
H1.HeaderClassName
{
color: #D01200;
}
.AnyTagClassName
{
color: #D01200;
}
</style>
background-color css
<style>
a { background-color: #D01200; }
a { background-color: rgb(208,18,0); }
div.DivClassName
{
background-color: #D01200;
}
.BgClassName
{
background-color: #D01200;
}
</style>
border-color css
<style>
span { border-color: #D01200; }
span { border-color: rgb(208,18,0); }
td.TdClassName
{
border-color: #D01200;
}
.TagClassName
{
border-color: #D01200;
}
</style>