Shades of Free Speech Red #DD1503
Tints of Free Speech Red #DD1503
RGB
CMYK
RGB Variations
Color information
#DD1503 (or 0xDD1503) is known color: Free Speech Red. HEX triplet: DD, 15 and 03. RGB value is (221,21,3). Sum of RGB (Red+Green+Blue) = 221+21+3=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1503 is #22EAFC. Grayscale: #4F4F4F. Windows color (decimal): -2288381 or 202205. OLE color: 202205.
HSL color Cylindrical-coordinate representation of color #DD1503: hue angle of 4.95º 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 #DD1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.13 |
| HSL | 4.95º | 0.97% | 0.44% | - |
| HSV(B) | 4.95º | 0.99% | 0.87% | - |
| XYZ | 30.1 | 15.92 | 1.57 | - |
| YUV | 78.75 | 85.26 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 3 | 0 | 0.90 | 0.99 | 0.13 | 4.95 | 0.97 | 0.44 |
| Hex | DD | 15 | 3 | 0 | 5A | 63 | D | 5 | 61 | 2C |
| Octal | 335 | 25 | 3 | 0 | 132 | 143 | 15 | 5 | 141 | 54 |
| Binary | 11011101 | 10101 | 11 | 0 | 1011010 | 1100011 | 1101 | 101 | 1100001 | 101100 |
Color Harmonies of #DD1503
Complementary color
Monochromatic Colors of #DD1503
Black with #DD1503
Text Example
Text Example
White with #DD1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1503; }
p { color: rgb(221,21,3); }
H1.HeaderClassName
{
color: #DD1503;
}
.AnyTagClassName
{
color: #DD1503;
}
</style>
background-color css
<style>
a { background-color: #DD1503; }
a { background-color: rgb(221,21,3); }
div.DivClassName
{
background-color: #DD1503;
}
.BgClassName
{
background-color: #DD1503;
}
</style>
border-color css
<style>
span { border-color: #DD1503; }
span { border-color: rgb(221,21,3); }
td.TdClassName
{
border-color: #DD1503;
}
.TagClassName
{
border-color: #DD1503;
}
</style>