Shades of Free Speech Red #D00900
Tints of Free Speech Red #D00900
RGB
CMYK
RGB Variations
Color information
#D00900 (or 0xD00900) is known color: Free Speech Red. HEX triplet: D0, 09 and 00. RGB value is (208,9,0). Sum of RGB (Red+Green+Blue) = 208+9+0=217 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.85% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 208 - color contains mainly: red. Hex color #D00900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00900 is #2FF6FF. Grayscale: #434343. Windows color (decimal): -3143424 or 2512. OLE color: 2512.
HSL color Cylindrical-coordinate representation of color #D00900: hue angle of 2.6º 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 #D00900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.18 |
| HSL | 2.6º | 1% | 0.41% | - |
| HSV(B) | 2.6º | 1% | 0.82% | - |
| XYZ | 26.11 | 13.61 | 1.25 | - |
| YUV | 67.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 0 | 0 | 0.96 | 1 | 0.18 | 2.6 | 1 | 0.41 |
| Hex | D0 | 9 | 0 | 0 | 60 | 64 | 12 | 3 | 64 | 29 |
| Octal | 320 | 11 | 0 | 0 | 140 | 144 | 22 | 3 | 144 | 51 |
| Binary | 11010000 | 1001 | 0 | 0 | 1100000 | 1100100 | 10010 | 11 | 1100100 | 101001 |
Color Harmonies of #D00900
Complementary color
Monochromatic Colors of #D00900
Black with #D00900
Text Example
Text Example
White with #D00900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00900; }
p { color: rgb(208,9,0); }
H1.HeaderClassName
{
color: #D00900;
}
.AnyTagClassName
{
color: #D00900;
}
</style>
background-color css
<style>
a { background-color: #D00900; }
a { background-color: rgb(208,9,0); }
div.DivClassName
{
background-color: #D00900;
}
.BgClassName
{
background-color: #D00900;
}
</style>
border-color css
<style>
span { border-color: #D00900; }
span { border-color: rgb(208,9,0); }
td.TdClassName
{
border-color: #D00900;
}
.TagClassName
{
border-color: #D00900;
}
</style>