Shades of Free Speech Red #DD0A01
Tints of Free Speech Red #DD0A01
RGB
CMYK
RGB Variations
Color information
#DD0A01 (or 0xDD0A01) is known color: Free Speech Red. HEX triplet: DD, 0A and 01. RGB value is (221,10,1). Sum of RGB (Red+Green+Blue) = 221+10+1=232 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.26% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0A01 is #22F5FE. Grayscale: #484848. Windows color (decimal): -2291199 or 68317. OLE color: 68317.
HSL color Cylindrical-coordinate representation of color #DD0A01: hue angle of 2.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0A01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.13 |
| HSL | 2.45º | 0.99% | 0.44% | - |
| HSV(B) | 2.45º | 1% | 0.87% | - |
| XYZ | 29.93 | 15.59 | 1.46 | - |
| YUV | 72.06 | 87.9 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 1 | 0 | 0.95 | 1.00 | 0.13 | 2.45 | 0.99 | 0.44 |
| Hex | DD | A | 1 | 0 | 5F | 64 | D | 2 | 63 | 2C |
| Octal | 335 | 12 | 1 | 0 | 137 | 144 | 15 | 2 | 143 | 54 |
| Binary | 11011101 | 1010 | 1 | 0 | 1011111 | 1100100 | 1101 | 10 | 1100011 | 101100 |
Color Harmonies of #DD0A01
Complementary color
Monochromatic Colors of #DD0A01
Black with #DD0A01
Text Example
Text Example
White with #DD0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A01; }
p { color: rgb(221,10,1); }
H1.HeaderClassName
{
color: #DD0A01;
}
.AnyTagClassName
{
color: #DD0A01;
}
</style>
background-color css
<style>
a { background-color: #DD0A01; }
a { background-color: rgb(221,10,1); }
div.DivClassName
{
background-color: #DD0A01;
}
.BgClassName
{
background-color: #DD0A01;
}
</style>
border-color css
<style>
span { border-color: #DD0A01; }
span { border-color: rgb(221,10,1); }
td.TdClassName
{
border-color: #DD0A01;
}
.TagClassName
{
border-color: #DD0A01;
}
</style>