Shades of Free Speech Red #DD1500
Tints of Free Speech Red #DD1500
RGB
CMYK
RGB Variations
Color information
#DD1500 (or 0xDD1500) is known color: Free Speech Red. HEX triplet: DD, 15 and 00. RGB value is (221,21,0). Sum of RGB (Red+Green+Blue) = 221+21+0=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1500 is #22EAFF. Grayscale: #4E4E4E. Windows color (decimal): -2288384 or 5597. OLE color: 5597.
HSL color Cylindrical-coordinate representation of color #DD1500: hue angle of 5.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.13 |
| HSL | 5.7º | 1% | 0.43% | - |
| HSV(B) | 5.7º | 1% | 0.87% | - |
| XYZ | 30.09 | 15.91 | 1.48 | - |
| YUV | 78.41 | 83.76 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 0 | 0 | 0.90 | 1 | 0.13 | 5.7 | 1 | 0.43 |
| Hex | DD | 15 | 0 | 0 | 5A | 64 | D | 6 | 64 | 2B |
| Octal | 335 | 25 | 0 | 0 | 132 | 144 | 15 | 6 | 144 | 53 |
| Binary | 11011101 | 10101 | 0 | 0 | 1011010 | 1100100 | 1101 | 110 | 1100100 | 101011 |
Color Harmonies of #DD1500
Complementary color
Monochromatic Colors of #DD1500
Black with #DD1500
Text Example
Text Example
White with #DD1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1500; }
p { color: rgb(221,21,0); }
H1.HeaderClassName
{
color: #DD1500;
}
.AnyTagClassName
{
color: #DD1500;
}
</style>
background-color css
<style>
a { background-color: #DD1500; }
a { background-color: rgb(221,21,0); }
div.DivClassName
{
background-color: #DD1500;
}
.BgClassName
{
background-color: #DD1500;
}
</style>
border-color css
<style>
span { border-color: #DD1500; }
span { border-color: rgb(221,21,0); }
td.TdClassName
{
border-color: #DD1500;
}
.TagClassName
{
border-color: #DD1500;
}
</style>