Shades of Free Speech Red #DD0A0A
Tints of Free Speech Red #DD0A0A
RGB
CMYK
RGB Variations
Color information
#DD0A0A (or 0xDD0A0A) is known color: Free Speech Red. HEX triplet: DD, 0A and 0A. RGB value is (221,10,10). Sum of RGB (Red+Green+Blue) = 221+10+10=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0A0A is #22F5F5. Grayscale: #494949. Windows color (decimal): -2291190 or 658141. OLE color: 658141.
HSL color Cylindrical-coordinate representation of color #DD0A0A: hue angle of 0º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A0A is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 10 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.13 |
| HSL | 0º | 0.91% | 0.45% | - |
| HSV(B) | 0º | 0.95% | 0.87% | - |
| XYZ | 29.98 | 15.61 | 1.72 | - |
| YUV | 73.09 | 92.4 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 10 | 0 | 0.95 | 0.95 | 0.13 | 0 | 0.91 | 0.45 |
| Hex | DD | A | A | 0 | 5F | 5F | D | 0 | 5B | 2D |
| Octal | 335 | 12 | 12 | 0 | 137 | 137 | 15 | 0 | 133 | 55 |
| Binary | 11011101 | 1010 | 1010 | 0 | 1011111 | 1011111 | 1101 | 0 | 1011011 | 101101 |
Color Harmonies of #DD0A0A
Complementary color
Monochromatic Colors of #DD0A0A
Black with #DD0A0A
Text Example
Text Example
White with #DD0A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A0A; }
p { color: rgb(221,10,10); }
H1.HeaderClassName
{
color: #DD0A0A;
}
.AnyTagClassName
{
color: #DD0A0A;
}
</style>
background-color css
<style>
a { background-color: #DD0A0A; }
a { background-color: rgb(221,10,10); }
div.DivClassName
{
background-color: #DD0A0A;
}
.BgClassName
{
background-color: #DD0A0A;
}
</style>
border-color css
<style>
span { border-color: #DD0A0A; }
span { border-color: rgb(221,10,10); }
td.TdClassName
{
border-color: #DD0A0A;
}
.TagClassName
{
border-color: #DD0A0A;
}
</style>