Shades of Free Speech Red #DD0A03
Tints of Free Speech Red #DD0A03
RGB
CMYK
RGB Variations
Color information
#DD0A03 (or 0xDD0A03) is known color: Free Speech Red. HEX triplet: DD, 0A and 03. RGB value is (221,10,3). Sum of RGB (Red+Green+Blue) = 221+10+3=234 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.44% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0A03 is #22F5FC. Grayscale: #484848. Windows color (decimal): -2291197 or 199389. OLE color: 199389.
HSL color Cylindrical-coordinate representation of color #DD0A03: hue angle of 1.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0A03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.13 |
| HSL | 1.93º | 0.97% | 0.44% | - |
| HSV(B) | 1.93º | 0.99% | 0.87% | - |
| XYZ | 29.94 | 15.6 | 1.52 | - |
| YUV | 72.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 3 | 0 | 0.95 | 0.99 | 0.13 | 1.93 | 0.97 | 0.44 |
| Hex | DD | A | 3 | 0 | 5F | 63 | D | 2 | 61 | 2C |
| Octal | 335 | 12 | 3 | 0 | 137 | 143 | 15 | 2 | 141 | 54 |
| Binary | 11011101 | 1010 | 11 | 0 | 1011111 | 1100011 | 1101 | 10 | 1100001 | 101100 |
Color Harmonies of #DD0A03
Complementary color
Monochromatic Colors of #DD0A03
Black with #DD0A03
Text Example
Text Example
White with #DD0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A03; }
p { color: rgb(221,10,3); }
H1.HeaderClassName
{
color: #DD0A03;
}
.AnyTagClassName
{
color: #DD0A03;
}
</style>
background-color css
<style>
a { background-color: #DD0A03; }
a { background-color: rgb(221,10,3); }
div.DivClassName
{
background-color: #DD0A03;
}
.BgClassName
{
background-color: #DD0A03;
}
</style>
border-color css
<style>
span { border-color: #DD0A03; }
span { border-color: rgb(221,10,3); }
td.TdClassName
{
border-color: #DD0A03;
}
.TagClassName
{
border-color: #DD0A03;
}
</style>