Shades of Free Speech Red #D00E08
Tints of Free Speech Red #D00E08
RGB
CMYK
RGB Variations
Color information
#D00E08 (or 0xD00E08) is known color: Free Speech Red. HEX triplet: D0, 0E and 08. RGB value is (208,14,8). Sum of RGB (Red+Green+Blue) = 208+14+8=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00E08 is #2FF1F7. Grayscale: #474747. Windows color (decimal): -3142136 or 528080. OLE color: 528080.
HSL color Cylindrical-coordinate representation of color #D00E08: hue angle of 1.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00E08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.18 |
| HSL | 1.8º | 0.93% | 0.42% | - |
| HSV(B) | 1.8º | 0.96% | 0.82% | - |
| XYZ | 26.21 | 13.74 | 1.5 | - |
| YUV | 71.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 8 | 0 | 0.93 | 0.96 | 0.18 | 1.8 | 0.93 | 0.42 |
| Hex | D0 | E | 8 | 0 | 5D | 60 | 12 | 2 | 5D | 2A |
| Octal | 320 | 16 | 10 | 0 | 135 | 140 | 22 | 2 | 135 | 52 |
| Binary | 11010000 | 1110 | 1000 | 0 | 1011101 | 1100000 | 10010 | 10 | 1011101 | 101010 |
Color Harmonies of #D00E08
Complementary color
Monochromatic Colors of #D00E08
Black with #D00E08
Text Example
Text Example
White with #D00E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00E08; }
p { color: rgb(208,14,8); }
H1.HeaderClassName
{
color: #D00E08;
}
.AnyTagClassName
{
color: #D00E08;
}
</style>
background-color css
<style>
a { background-color: #D00E08; }
a { background-color: rgb(208,14,8); }
div.DivClassName
{
background-color: #D00E08;
}
.BgClassName
{
background-color: #D00E08;
}
</style>
border-color css
<style>
span { border-color: #D00E08; }
span { border-color: rgb(208,14,8); }
td.TdClassName
{
border-color: #D00E08;
}
.TagClassName
{
border-color: #D00E08;
}
</style>