Shades of Free Speech Red #D00800
Tints of Free Speech Red #D00800
RGB
CMYK
RGB Variations
Color information
#D00800 (or 0xD00800) is known color: Free Speech Red. HEX triplet: D0, 08 and 00. RGB value is (208,8,0). Sum of RGB (Red+Green+Blue) = 208+8+0=216 (28% of max value = 765). Red value is 208 (81.64% from 255 or 96.30% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 208 - color contains mainly: red. Hex color #D00800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00800 is #2FF7FF. Grayscale: #434343. Windows color (decimal): -3143680 or 2256. OLE color: 2256.
HSL color Cylindrical-coordinate representation of color #D00800: hue angle of 2.31º 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 #D00800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.18 |
| HSL | 2.31º | 1% | 0.41% | - |
| HSV(B) | 2.31º | 1% | 0.82% | - |
| XYZ | 26.1 | 13.58 | 1.25 | - |
| YUV | 66.89 | 90.26 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 0 | 0 | 0.96 | 1 | 0.18 | 2.31 | 1 | 0.41 |
| Hex | D0 | 8 | 0 | 0 | 60 | 64 | 12 | 2 | 64 | 29 |
| Octal | 320 | 10 | 0 | 0 | 140 | 144 | 22 | 2 | 144 | 51 |
| Binary | 11010000 | 1000 | 0 | 0 | 1100000 | 1100100 | 10010 | 10 | 1100100 | 101001 |
Color Harmonies of #D00800
Complementary color
Monochromatic Colors of #D00800
Black with #D00800
Text Example
Text Example
White with #D00800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00800; }
p { color: rgb(208,8,0); }
H1.HeaderClassName
{
color: #D00800;
}
.AnyTagClassName
{
color: #D00800;
}
</style>
background-color css
<style>
a { background-color: #D00800; }
a { background-color: rgb(208,8,0); }
div.DivClassName
{
background-color: #D00800;
}
.BgClassName
{
background-color: #D00800;
}
</style>
border-color css
<style>
span { border-color: #D00800; }
span { border-color: rgb(208,8,0); }
td.TdClassName
{
border-color: #D00800;
}
.TagClassName
{
border-color: #D00800;
}
</style>