Shades of Free Speech Red #D00F00
Tints of Free Speech Red #D00F00
RGB
CMYK
RGB Variations
Color information
#D00F00 (or 0xD00F00) is known color: Free Speech Red. HEX triplet: D0, 0F and 00. RGB value is (208,15,0). Sum of RGB (Red+Green+Blue) = 208+15+0=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F00 is #2FF0FF. Grayscale: #474747. Windows color (decimal): -3141888 or 4048. OLE color: 4048.
HSL color Cylindrical-coordinate representation of color #D00F00: hue angle of 4.33º 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 #D00F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.18 |
| HSL | 4.33º | 1% | 0.41% | - |
| HSV(B) | 4.33º | 1% | 0.82% | - |
| XYZ | 26.18 | 13.75 | 1.27 | - |
| YUV | 71 | 87.94 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 0 | 0 | 0.93 | 1 | 0.18 | 4.33 | 1 | 0.41 |
| Hex | D0 | F | 0 | 0 | 5D | 64 | 12 | 4 | 64 | 29 |
| Octal | 320 | 17 | 0 | 0 | 135 | 144 | 22 | 4 | 144 | 51 |
| Binary | 11010000 | 1111 | 0 | 0 | 1011101 | 1100100 | 10010 | 100 | 1100100 | 101001 |
Color Harmonies of #D00F00
Complementary color
Monochromatic Colors of #D00F00
Black with #D00F00
Text Example
Text Example
White with #D00F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F00; }
p { color: rgb(208,15,0); }
H1.HeaderClassName
{
color: #D00F00;
}
.AnyTagClassName
{
color: #D00F00;
}
</style>
background-color css
<style>
a { background-color: #D00F00; }
a { background-color: rgb(208,15,0); }
div.DivClassName
{
background-color: #D00F00;
}
.BgClassName
{
background-color: #D00F00;
}
</style>
border-color css
<style>
span { border-color: #D00F00; }
span { border-color: rgb(208,15,0); }
td.TdClassName
{
border-color: #D00F00;
}
.TagClassName
{
border-color: #D00F00;
}
</style>