Shades of Free Speech Red #DD0C05
Tints of Free Speech Red #DD0C05
RGB
CMYK
RGB Variations
Color information
#DD0C05 (or 0xDD0C05) is known color: Free Speech Red. HEX triplet: DD, 0C and 05. RGB value is (221,12,5). Sum of RGB (Red+Green+Blue) = 221+12+5=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0C05 is #22F3FA. Grayscale: #494949. Windows color (decimal): -2290683 or 330973. OLE color: 330973.
HSL color Cylindrical-coordinate representation of color #DD0C05: hue angle of 1.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0C05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.13 |
| HSL | 1.94º | 0.96% | 0.44% | - |
| HSV(B) | 1.94º | 0.98% | 0.87% | - |
| XYZ | 29.98 | 15.65 | 1.58 | - |
| YUV | 73.69 | 89.24 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 5 | 0 | 0.95 | 0.98 | 0.13 | 1.94 | 0.96 | 0.44 |
| Hex | DD | C | 5 | 0 | 5F | 62 | D | 2 | 60 | 2C |
| Octal | 335 | 14 | 5 | 0 | 137 | 142 | 15 | 2 | 140 | 54 |
| Binary | 11011101 | 1100 | 101 | 0 | 1011111 | 1100010 | 1101 | 10 | 1100000 | 101100 |
Color Harmonies of #DD0C05
Complementary color
Monochromatic Colors of #DD0C05
Black with #DD0C05
Text Example
Text Example
White with #DD0C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C05; }
p { color: rgb(221,12,5); }
H1.HeaderClassName
{
color: #DD0C05;
}
.AnyTagClassName
{
color: #DD0C05;
}
</style>
background-color css
<style>
a { background-color: #DD0C05; }
a { background-color: rgb(221,12,5); }
div.DivClassName
{
background-color: #DD0C05;
}
.BgClassName
{
background-color: #DD0C05;
}
</style>
border-color css
<style>
span { border-color: #DD0C05; }
span { border-color: rgb(221,12,5); }
td.TdClassName
{
border-color: #DD0C05;
}
.TagClassName
{
border-color: #DD0C05;
}
</style>