Shades of Free Speech Red #D00A06
Tints of Free Speech Red #D00A06
RGB
CMYK
RGB Variations
Color information
#D00A06 (or 0xD00A06) is known color: Free Speech Red. HEX triplet: D0, 0A and 06. RGB value is (208,10,6). Sum of RGB (Red+Green+Blue) = 208+10+6=224 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.86% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A06 is #2FF5F9. Grayscale: #444444. Windows color (decimal): -3143162 or 395984. OLE color: 395984.
HSL color Cylindrical-coordinate representation of color #D00A06: hue angle of 1.19º degrees, saturation: 0.94, 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 #D00A06 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 6 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.18 |
| HSL | 1.19º | 0.94% | 0.42% | - |
| HSV(B) | 1.19º | 0.97% | 0.82% | - |
| XYZ | 26.15 | 13.64 | 1.43 | - |
| YUV | 68.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 6 | 0 | 0.95 | 0.97 | 0.18 | 1.19 | 0.94 | 0.42 |
| Hex | D0 | A | 6 | 0 | 5F | 61 | 12 | 1 | 5E | 2A |
| Octal | 320 | 12 | 6 | 0 | 137 | 141 | 22 | 1 | 136 | 52 |
| Binary | 11010000 | 1010 | 110 | 0 | 1011111 | 1100001 | 10010 | 1 | 1011110 | 101010 |
Color Harmonies of #D00A06
Complementary color
Monochromatic Colors of #D00A06
Black with #D00A06
Text Example
Text Example
White with #D00A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A06; }
p { color: rgb(208,10,6); }
H1.HeaderClassName
{
color: #D00A06;
}
.AnyTagClassName
{
color: #D00A06;
}
</style>
background-color css
<style>
a { background-color: #D00A06; }
a { background-color: rgb(208,10,6); }
div.DivClassName
{
background-color: #D00A06;
}
.BgClassName
{
background-color: #D00A06;
}
</style>
border-color css
<style>
span { border-color: #D00A06; }
span { border-color: rgb(208,10,6); }
td.TdClassName
{
border-color: #D00A06;
}
.TagClassName
{
border-color: #D00A06;
}
</style>