Shades of Free Speech Red #D00D0A
Tints of Free Speech Red #D00D0A
RGB
CMYK
RGB Variations
Color information
#D00D0A (or 0xD00D0A) is known color: Free Speech Red. HEX triplet: D0, 0D and 0A. RGB value is (208,13,10). Sum of RGB (Red+Green+Blue) = 208+13+10=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D0A is #2FF2F5. Grayscale: #474747. Windows color (decimal): -3142390 or 658896. OLE color: 658896.
HSL color Cylindrical-coordinate representation of color #D00D0A: hue angle of 0.91º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00D0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.18 |
| HSL | 0.91º | 0.91% | 0.43% | - |
| HSV(B) | 0.91º | 0.95% | 0.82% | - |
| XYZ | 26.21 | 13.72 | 1.55 | - |
| YUV | 70.96 | 93.6 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 10 | 0 | 0.94 | 0.95 | 0.18 | 0.91 | 0.91 | 0.43 |
| Hex | D0 | D | A | 0 | 5E | 5F | 12 | 1 | 5B | 2B |
| Octal | 320 | 15 | 12 | 0 | 136 | 137 | 22 | 1 | 133 | 53 |
| Binary | 11010000 | 1101 | 1010 | 0 | 1011110 | 1011111 | 10010 | 1 | 1011011 | 101011 |
Color Harmonies of #D00D0A
Complementary color
Monochromatic Colors of #D00D0A
Black with #D00D0A
Text Example
Text Example
White with #D00D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D0A; }
p { color: rgb(208,13,10); }
H1.HeaderClassName
{
color: #D00D0A;
}
.AnyTagClassName
{
color: #D00D0A;
}
</style>
background-color css
<style>
a { background-color: #D00D0A; }
a { background-color: rgb(208,13,10); }
div.DivClassName
{
background-color: #D00D0A;
}
.BgClassName
{
background-color: #D00D0A;
}
</style>
border-color css
<style>
span { border-color: #D00D0A; }
span { border-color: rgb(208,13,10); }
td.TdClassName
{
border-color: #D00D0A;
}
.TagClassName
{
border-color: #D00D0A;
}
</style>