Shades of Free Speech Red #D00D0C
Tints of Free Speech Red #D00D0C
RGB
CMYK
RGB Variations
Color information
#D00D0C (or 0xD00D0C) is known color: Free Speech Red. HEX triplet: D0, 0D and 0C. RGB value is (208,13,12). Sum of RGB (Red+Green+Blue) = 208+13+12=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D0C is #2FF2F3. Grayscale: #474747. Windows color (decimal): -3142388 or 789968. OLE color: 789968.
HSL color Cylindrical-coordinate representation of color #D00D0C: hue angle of 0.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D0C is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 12 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.18 |
| HSL | 0.31º | 0.89% | 0.43% | - |
| HSV(B) | 0.31º | 0.94% | 0.82% | - |
| XYZ | 26.22 | 13.72 | 1.61 | - |
| YUV | 71.19 | 94.6 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 12 | 0 | 0.94 | 0.94 | 0.18 | 0.31 | 0.89 | 0.43 |
| Hex | D0 | D | C | 0 | 5E | 5E | 12 | 0 | 59 | 2B |
| Octal | 320 | 15 | 14 | 0 | 136 | 136 | 22 | 0 | 131 | 53 |
| Binary | 11010000 | 1101 | 1100 | 0 | 1011110 | 1011110 | 10010 | 0 | 1011001 | 101011 |
Color Harmonies of #D00D0C
Complementary color
Monochromatic Colors of #D00D0C
Black with #D00D0C
Text Example
Text Example
White with #D00D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D0C; }
p { color: rgb(208,13,12); }
H1.HeaderClassName
{
color: #D00D0C;
}
.AnyTagClassName
{
color: #D00D0C;
}
</style>
background-color css
<style>
a { background-color: #D00D0C; }
a { background-color: rgb(208,13,12); }
div.DivClassName
{
background-color: #D00D0C;
}
.BgClassName
{
background-color: #D00D0C;
}
</style>
border-color css
<style>
span { border-color: #D00D0C; }
span { border-color: rgb(208,13,12); }
td.TdClassName
{
border-color: #D00D0C;
}
.TagClassName
{
border-color: #D00D0C;
}
</style>