Shades of Free Speech Red #DD0801
Tints of Free Speech Red #DD0801
RGB
CMYK
RGB Variations
Color information
#DD0801 (or 0xDD0801) is known color: Free Speech Red. HEX triplet: DD, 08 and 01. RGB value is (221,8,1). Sum of RGB (Red+Green+Blue) = 221+8+1=230 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.09% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0801 is #22F7FE. Grayscale: #474747. Windows color (decimal): -2291711 or 67805. OLE color: 67805.
HSL color Cylindrical-coordinate representation of color #DD0801: hue angle of 1.91º 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 #DD0801 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.13 |
| HSL | 1.91º | 0.99% | 0.44% | - |
| HSV(B) | 1.91º | 1% | 0.87% | - |
| XYZ | 29.91 | 15.55 | 1.45 | - |
| YUV | 70.89 | 88.57 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 1 | 0 | 0.96 | 1.00 | 0.13 | 1.91 | 0.99 | 0.44 |
| Hex | DD | 8 | 1 | 0 | 60 | 64 | D | 2 | 63 | 2C |
| Octal | 335 | 10 | 1 | 0 | 140 | 144 | 15 | 2 | 143 | 54 |
| Binary | 11011101 | 1000 | 1 | 0 | 1100000 | 1100100 | 1101 | 10 | 1100011 | 101100 |
Color Harmonies of #DD0801
Complementary color
Monochromatic Colors of #DD0801
Black with #DD0801
Text Example
Text Example
White with #DD0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0801; }
p { color: rgb(221,8,1); }
H1.HeaderClassName
{
color: #DD0801;
}
.AnyTagClassName
{
color: #DD0801;
}
</style>
background-color css
<style>
a { background-color: #DD0801; }
a { background-color: rgb(221,8,1); }
div.DivClassName
{
background-color: #DD0801;
}
.BgClassName
{
background-color: #DD0801;
}
</style>
border-color css
<style>
span { border-color: #DD0801; }
span { border-color: rgb(221,8,1); }
td.TdClassName
{
border-color: #DD0801;
}
.TagClassName
{
border-color: #DD0801;
}
</style>