Shades of Free Speech Red #D01800
Tints of Free Speech Red #D01800
RGB
CMYK
RGB Variations
Color information
#D01800 (or 0xD01800) is known color: Free Speech Red. HEX triplet: D0, 18 and 00. RGB value is (208,24,0). Sum of RGB (Red+Green+Blue) = 208+24+0=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D01800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01800 is #2FE7FF. Grayscale: #4C4C4C. Windows color (decimal): -3139584 or 6352. OLE color: 6352.
HSL color Cylindrical-coordinate representation of color #D01800: hue angle of 6.92º 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 #D01800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.18 |
| HSL | 6.92º | 1% | 0.41% | - |
| HSV(B) | 6.92º | 1% | 0.82% | - |
| XYZ | 26.34 | 14.06 | 1.33 | - |
| YUV | 76.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 0 | 0 | 0.88 | 1 | 0.18 | 6.92 | 1 | 0.41 |
| Hex | D0 | 18 | 0 | 0 | 58 | 64 | 12 | 7 | 64 | 29 |
| Octal | 320 | 30 | 0 | 0 | 130 | 144 | 22 | 7 | 144 | 51 |
| Binary | 11010000 | 11000 | 0 | 0 | 1011000 | 1100100 | 10010 | 111 | 1100100 | 101001 |
Color Harmonies of #D01800
Complementary color
Monochromatic Colors of #D01800
Black with #D01800
Text Example
Text Example
White with #D01800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01800; }
p { color: rgb(208,24,0); }
H1.HeaderClassName
{
color: #D01800;
}
.AnyTagClassName
{
color: #D01800;
}
</style>
background-color css
<style>
a { background-color: #D01800; }
a { background-color: rgb(208,24,0); }
div.DivClassName
{
background-color: #D01800;
}
.BgClassName
{
background-color: #D01800;
}
</style>
border-color css
<style>
span { border-color: #D01800; }
span { border-color: rgb(208,24,0); }
td.TdClassName
{
border-color: #D01800;
}
.TagClassName
{
border-color: #D01800;
}
</style>