Shades of Free Speech Red #DD1502
Tints of Free Speech Red #DD1502
RGB
CMYK
RGB Variations
Color information
#DD1502 (or 0xDD1502) is known color: Free Speech Red. HEX triplet: DD, 15 and 02. RGB value is (221,21,2). Sum of RGB (Red+Green+Blue) = 221+21+2=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1502 is #22EAFD. Grayscale: #4E4E4E. Windows color (decimal): -2288382 or 136669. OLE color: 136669.
HSL color Cylindrical-coordinate representation of color #DD1502: hue angle of 5.21º degrees, saturation: 0.98, 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 #DD1502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.13 |
| HSL | 5.21º | 0.98% | 0.44% | - |
| HSV(B) | 5.21º | 0.99% | 0.87% | - |
| XYZ | 30.1 | 15.91 | 1.54 | - |
| YUV | 78.63 | 84.76 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 2 | 0 | 0.90 | 0.99 | 0.13 | 5.21 | 0.98 | 0.44 |
| Hex | DD | 15 | 2 | 0 | 5A | 63 | D | 5 | 62 | 2C |
| Octal | 335 | 25 | 2 | 0 | 132 | 143 | 15 | 5 | 142 | 54 |
| Binary | 11011101 | 10101 | 10 | 0 | 1011010 | 1100011 | 1101 | 101 | 1100010 | 101100 |
Color Harmonies of #DD1502
Complementary color
Monochromatic Colors of #DD1502
Black with #DD1502
Text Example
Text Example
White with #DD1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1502; }
p { color: rgb(221,21,2); }
H1.HeaderClassName
{
color: #DD1502;
}
.AnyTagClassName
{
color: #DD1502;
}
</style>
background-color css
<style>
a { background-color: #DD1502; }
a { background-color: rgb(221,21,2); }
div.DivClassName
{
background-color: #DD1502;
}
.BgClassName
{
background-color: #DD1502;
}
</style>
border-color css
<style>
span { border-color: #DD1502; }
span { border-color: rgb(221,21,2); }
td.TdClassName
{
border-color: #DD1502;
}
.TagClassName
{
border-color: #DD1502;
}
</style>