Shades of Free Speech Red #D00A07
Tints of Free Speech Red #D00A07
RGB
CMYK
RGB Variations
Color information
#D00A07 (or 0xD00A07) is known color: Free Speech Red. HEX triplet: D0, 0A and 07. RGB value is (208,10,7). Sum of RGB (Red+Green+Blue) = 208+10+7=225 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A07 is #2FF5F8. Grayscale: #454545. Windows color (decimal): -3143161 or 461520. OLE color: 461520.
HSL color Cylindrical-coordinate representation of color #D00A07: hue angle of 0.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00A07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.18 |
| HSL | 0.9º | 0.93% | 0.42% | - |
| HSV(B) | 0.9º | 0.97% | 0.82% | - |
| XYZ | 26.16 | 13.64 | 1.46 | - |
| YUV | 68.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 7 | 0 | 0.95 | 0.97 | 0.18 | 0.9 | 0.93 | 0.42 |
| Hex | D0 | A | 7 | 0 | 5F | 61 | 12 | 1 | 5D | 2A |
| Octal | 320 | 12 | 7 | 0 | 137 | 141 | 22 | 1 | 135 | 52 |
| Binary | 11010000 | 1010 | 111 | 0 | 1011111 | 1100001 | 10010 | 1 | 1011101 | 101010 |
Color Harmonies of #D00A07
Complementary color
Monochromatic Colors of #D00A07
Black with #D00A07
Text Example
Text Example
White with #D00A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A07; }
p { color: rgb(208,10,7); }
H1.HeaderClassName
{
color: #D00A07;
}
.AnyTagClassName
{
color: #D00A07;
}
</style>
background-color css
<style>
a { background-color: #D00A07; }
a { background-color: rgb(208,10,7); }
div.DivClassName
{
background-color: #D00A07;
}
.BgClassName
{
background-color: #D00A07;
}
</style>
border-color css
<style>
span { border-color: #D00A07; }
span { border-color: rgb(208,10,7); }
td.TdClassName
{
border-color: #D00A07;
}
.TagClassName
{
border-color: #D00A07;
}
</style>