Shades of Free Speech Red #DD0601
Tints of Free Speech Red #DD0601
RGB
CMYK
RGB Variations
Color information
#DD0601 (or 0xDD0601) is known color: Free Speech Red. HEX triplet: DD, 06 and 01. RGB value is (221,6,1). Sum of RGB (Red+Green+Blue) = 221+6+1=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0601 is #22F9FE. Grayscale: #454545. Windows color (decimal): -2292223 or 67293. OLE color: 67293.
HSL color Cylindrical-coordinate representation of color #DD0601: hue angle of 1.36º 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 #DD0601 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.13 |
| HSL | 1.36º | 0.99% | 0.44% | - |
| HSV(B) | 1.36º | 1% | 0.87% | - |
| XYZ | 29.89 | 15.5 | 1.45 | - |
| YUV | 69.72 | 89.23 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 1 | 0 | 0.97 | 1.00 | 0.13 | 1.36 | 0.99 | 0.44 |
| Hex | DD | 6 | 1 | 0 | 61 | 64 | D | 1 | 63 | 2C |
| Octal | 335 | 6 | 1 | 0 | 141 | 144 | 15 | 1 | 143 | 54 |
| Binary | 11011101 | 110 | 1 | 0 | 1100001 | 1100100 | 1101 | 1 | 1100011 | 101100 |
Color Harmonies of #DD0601
Complementary color
Monochromatic Colors of #DD0601
Black with #DD0601
Text Example
Text Example
White with #DD0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0601; }
p { color: rgb(221,6,1); }
H1.HeaderClassName
{
color: #DD0601;
}
.AnyTagClassName
{
color: #DD0601;
}
</style>
background-color css
<style>
a { background-color: #DD0601; }
a { background-color: rgb(221,6,1); }
div.DivClassName
{
background-color: #DD0601;
}
.BgClassName
{
background-color: #DD0601;
}
</style>
border-color css
<style>
span { border-color: #DD0601; }
span { border-color: rgb(221,6,1); }
td.TdClassName
{
border-color: #DD0601;
}
.TagClassName
{
border-color: #DD0601;
}
</style>