Shades of Free Speech Red #DD0C00
Tints of Free Speech Red #DD0C00
RGB
CMYK
RGB Variations
Color information
#DD0C00 (or 0xDD0C00) is known color: Free Speech Red. HEX triplet: DD, 0C and 00. RGB value is (221,12,0). Sum of RGB (Red+Green+Blue) = 221+12+0=233 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.85% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0C00 is #22F3FF. Grayscale: #494949. Windows color (decimal): -2290688 or 3293. OLE color: 3293.
HSL color Cylindrical-coordinate representation of color #DD0C00: hue angle of 3.26º 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 #DD0C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.13 |
| HSL | 3.26º | 1% | 0.43% | - |
| HSV(B) | 3.26º | 1% | 0.87% | - |
| XYZ | 29.95 | 15.64 | 1.44 | - |
| YUV | 73.12 | 86.74 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 0 | 0 | 0.95 | 1 | 0.13 | 3.26 | 1 | 0.43 |
| Hex | DD | C | 0 | 0 | 5F | 64 | D | 3 | 64 | 2B |
| Octal | 335 | 14 | 0 | 0 | 137 | 144 | 15 | 3 | 144 | 53 |
| Binary | 11011101 | 1100 | 0 | 0 | 1011111 | 1100100 | 1101 | 11 | 1100100 | 101011 |
Color Harmonies of #DD0C00
Complementary color
Monochromatic Colors of #DD0C00
Black with #DD0C00
Text Example
Text Example
White with #DD0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C00; }
p { color: rgb(221,12,0); }
H1.HeaderClassName
{
color: #DD0C00;
}
.AnyTagClassName
{
color: #DD0C00;
}
</style>
background-color css
<style>
a { background-color: #DD0C00; }
a { background-color: rgb(221,12,0); }
div.DivClassName
{
background-color: #DD0C00;
}
.BgClassName
{
background-color: #DD0C00;
}
</style>
border-color css
<style>
span { border-color: #DD0C00; }
span { border-color: rgb(221,12,0); }
td.TdClassName
{
border-color: #DD0C00;
}
.TagClassName
{
border-color: #DD0C00;
}
</style>