Shades of Free Speech Red #D00D0B
Tints of Free Speech Red #D00D0B
RGB
CMYK
RGB Variations
Color information
#D00D0B (or 0xD00D0B) is known color: Free Speech Red. HEX triplet: D0, 0D and 0B. RGB value is (208,13,11). Sum of RGB (Red+Green+Blue) = 208+13+11=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D0B is #2FF2F4. Grayscale: #474747. Windows color (decimal): -3142389 or 724432. OLE color: 724432.
HSL color Cylindrical-coordinate representation of color #D00D0B: hue angle of 0.61º degrees, saturation: 0.9, 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 #D00D0B is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 11 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.18 |
| HSL | 0.61º | 0.9% | 0.43% | - |
| HSV(B) | 0.61º | 0.95% | 0.82% | - |
| XYZ | 26.22 | 13.72 | 1.58 | - |
| YUV | 71.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 11 | 0 | 0.94 | 0.95 | 0.18 | 0.61 | 0.9 | 0.43 |
| Hex | D0 | D | B | 0 | 5E | 5F | 12 | 1 | 5A | 2B |
| Octal | 320 | 15 | 13 | 0 | 136 | 137 | 22 | 1 | 132 | 53 |
| Binary | 11010000 | 1101 | 1011 | 0 | 1011110 | 1011111 | 10010 | 1 | 1011010 | 101011 |
Color Harmonies of #D00D0B
Complementary color
Monochromatic Colors of #D00D0B
Black with #D00D0B
Text Example
Text Example
White with #D00D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D0B; }
p { color: rgb(208,13,11); }
H1.HeaderClassName
{
color: #D00D0B;
}
.AnyTagClassName
{
color: #D00D0B;
}
</style>
background-color css
<style>
a { background-color: #D00D0B; }
a { background-color: rgb(208,13,11); }
div.DivClassName
{
background-color: #D00D0B;
}
.BgClassName
{
background-color: #D00D0B;
}
</style>
border-color css
<style>
span { border-color: #D00D0B; }
span { border-color: rgb(208,13,11); }
td.TdClassName
{
border-color: #D00D0B;
}
.TagClassName
{
border-color: #D00D0B;
}
</style>