Shades of Free Speech Red #D00F09
Tints of Free Speech Red #D00F09
RGB
CMYK
RGB Variations
Color information
#D00F09 (or 0xD00F09) is known color: Free Speech Red. HEX triplet: D0, 0F and 09. RGB value is (208,15,9). Sum of RGB (Red+Green+Blue) = 208+15+9=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F09 is #2FF0F6. Grayscale: #484848. Windows color (decimal): -3141879 or 593872. OLE color: 593872.
HSL color Cylindrical-coordinate representation of color #D00F09: hue angle of 1.81º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00F09 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.18 |
| HSL | 1.81º | 0.92% | 0.43% | - |
| HSV(B) | 1.81º | 0.96% | 0.82% | - |
| XYZ | 26.23 | 13.77 | 1.53 | - |
| YUV | 72.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 9 | 0 | 0.93 | 0.96 | 0.18 | 1.81 | 0.92 | 0.43 |
| Hex | D0 | F | 9 | 0 | 5D | 60 | 12 | 2 | 5C | 2B |
| Octal | 320 | 17 | 11 | 0 | 135 | 140 | 22 | 2 | 134 | 53 |
| Binary | 11010000 | 1111 | 1001 | 0 | 1011101 | 1100000 | 10010 | 10 | 1011100 | 101011 |
Color Harmonies of #D00F09
Complementary color
Monochromatic Colors of #D00F09
Black with #D00F09
Text Example
Text Example
White with #D00F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F09; }
p { color: rgb(208,15,9); }
H1.HeaderClassName
{
color: #D00F09;
}
.AnyTagClassName
{
color: #D00F09;
}
</style>
background-color css
<style>
a { background-color: #D00F09; }
a { background-color: rgb(208,15,9); }
div.DivClassName
{
background-color: #D00F09;
}
.BgClassName
{
background-color: #D00F09;
}
</style>
border-color css
<style>
span { border-color: #D00F09; }
span { border-color: rgb(208,15,9); }
td.TdClassName
{
border-color: #D00F09;
}
.TagClassName
{
border-color: #D00F09;
}
</style>