Shades of Free Speech Red #D00A05
Tints of Free Speech Red #D00A05
RGB
CMYK
RGB Variations
Color information
#D00A05 (or 0xD00A05) is known color: Free Speech Red. HEX triplet: D0, 0A and 05. RGB value is (208,10,5). Sum of RGB (Red+Green+Blue) = 208+10+5=223 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.27% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A05 is #2FF5FA. Grayscale: #444444. Windows color (decimal): -3143163 or 330448. OLE color: 330448.
HSL color Cylindrical-coordinate representation of color #D00A05: hue angle of 1.48º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00A05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.18 |
| HSL | 1.48º | 0.95% | 0.42% | - |
| HSV(B) | 1.48º | 0.98% | 0.82% | - |
| XYZ | 26.15 | 13.64 | 1.4 | - |
| YUV | 68.63 | 92.1 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 5 | 0 | 0.95 | 0.98 | 0.18 | 1.48 | 0.95 | 0.42 |
| Hex | D0 | A | 5 | 0 | 5F | 62 | 12 | 1 | 5F | 2A |
| Octal | 320 | 12 | 5 | 0 | 137 | 142 | 22 | 1 | 137 | 52 |
| Binary | 11010000 | 1010 | 101 | 0 | 1011111 | 1100010 | 10010 | 1 | 1011111 | 101010 |
Color Harmonies of #D00A05
Complementary color
Monochromatic Colors of #D00A05
Black with #D00A05
Text Example
Text Example
White with #D00A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A05; }
p { color: rgb(208,10,5); }
H1.HeaderClassName
{
color: #D00A05;
}
.AnyTagClassName
{
color: #D00A05;
}
</style>
background-color css
<style>
a { background-color: #D00A05; }
a { background-color: rgb(208,10,5); }
div.DivClassName
{
background-color: #D00A05;
}
.BgClassName
{
background-color: #D00A05;
}
</style>
border-color css
<style>
span { border-color: #D00A05; }
span { border-color: rgb(208,10,5); }
td.TdClassName
{
border-color: #D00A05;
}
.TagClassName
{
border-color: #D00A05;
}
</style>