Shades of Free Speech Red #DD1401
Tints of Free Speech Red #DD1401
RGB
CMYK
RGB Variations
Color information
#DD1401 (or 0xDD1401) is known color: Free Speech Red. HEX triplet: DD, 14 and 01. RGB value is (221,20,1). Sum of RGB (Red+Green+Blue) = 221+20+1=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1401 is #22EBFE. Grayscale: #4E4E4E. Windows color (decimal): -2288639 or 70877. OLE color: 70877.
HSL color Cylindrical-coordinate representation of color #DD1401: hue angle of 5.18º 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 #DD1401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.13 |
| HSL | 5.18º | 0.99% | 0.44% | - |
| HSV(B) | 5.18º | 1% | 0.87% | - |
| XYZ | 30.07 | 15.87 | 1.51 | - |
| YUV | 77.93 | 84.59 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 1 | 0 | 0.91 | 1.00 | 0.13 | 5.18 | 0.99 | 0.44 |
| Hex | DD | 14 | 1 | 0 | 5B | 64 | D | 5 | 63 | 2C |
| Octal | 335 | 24 | 1 | 0 | 133 | 144 | 15 | 5 | 143 | 54 |
| Binary | 11011101 | 10100 | 1 | 0 | 1011011 | 1100100 | 1101 | 101 | 1100011 | 101100 |
Color Harmonies of #DD1401
Complementary color
Monochromatic Colors of #DD1401
Black with #DD1401
Text Example
Text Example
White with #DD1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1401; }
p { color: rgb(221,20,1); }
H1.HeaderClassName
{
color: #DD1401;
}
.AnyTagClassName
{
color: #DD1401;
}
</style>
background-color css
<style>
a { background-color: #DD1401; }
a { background-color: rgb(221,20,1); }
div.DivClassName
{
background-color: #DD1401;
}
.BgClassName
{
background-color: #DD1401;
}
</style>
border-color css
<style>
span { border-color: #DD1401; }
span { border-color: rgb(221,20,1); }
td.TdClassName
{
border-color: #DD1401;
}
.TagClassName
{
border-color: #DD1401;
}
</style>