Shades of Free Speech Red #DD0D00
Tints of Free Speech Red #DD0D00
RGB
CMYK
RGB Variations
Color information
#DD0D00 (or 0xDD0D00) is known color: Free Speech Red. HEX triplet: DD, 0D and 00. RGB value is (221,13,0). Sum of RGB (Red+Green+Blue) = 221+13+0=234 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.44% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D00 is #22F2FF. Grayscale: #494949. Windows color (decimal): -2290432 or 3549. OLE color: 3549.
HSL color Cylindrical-coordinate representation of color #DD0D00: hue angle of 3.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.13 |
| HSL | 3.53º | 1% | 0.43% | - |
| HSV(B) | 3.53º | 1% | 0.87% | - |
| XYZ | 29.96 | 15.66 | 1.44 | - |
| YUV | 73.71 | 86.41 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 0 | 0 | 0.94 | 1 | 0.13 | 3.53 | 1 | 0.43 |
| Hex | DD | D | 0 | 0 | 5E | 64 | D | 4 | 64 | 2B |
| Octal | 335 | 15 | 0 | 0 | 136 | 144 | 15 | 4 | 144 | 53 |
| Binary | 11011101 | 1101 | 0 | 0 | 1011110 | 1100100 | 1101 | 100 | 1100100 | 101011 |
Color Harmonies of #DD0D00
Complementary color
Monochromatic Colors of #DD0D00
Black with #DD0D00
Text Example
Text Example
White with #DD0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D00; }
p { color: rgb(221,13,0); }
H1.HeaderClassName
{
color: #DD0D00;
}
.AnyTagClassName
{
color: #DD0D00;
}
</style>
background-color css
<style>
a { background-color: #DD0D00; }
a { background-color: rgb(221,13,0); }
div.DivClassName
{
background-color: #DD0D00;
}
.BgClassName
{
background-color: #DD0D00;
}
</style>
border-color css
<style>
span { border-color: #DD0D00; }
span { border-color: rgb(221,13,0); }
td.TdClassName
{
border-color: #DD0D00;
}
.TagClassName
{
border-color: #DD0D00;
}
</style>