Shades of Free Speech Red #DD0D04
Tints of Free Speech Red #DD0D04
RGB
CMYK
RGB Variations
Color information
#DD0D04 (or 0xDD0D04) is known color: Free Speech Red. HEX triplet: DD, 0D and 04. RGB value is (221,13,4). Sum of RGB (Red+Green+Blue) = 221+13+4=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D04 is #22F2FB. Grayscale: #4A4A4A. Windows color (decimal): -2290428 or 265693. OLE color: 265693.
HSL color Cylindrical-coordinate representation of color #DD0D04: hue angle of 2.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0D04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.13 |
| HSL | 2.49º | 0.96% | 0.44% | - |
| HSV(B) | 2.49º | 0.98% | 0.87% | - |
| XYZ | 29.98 | 15.67 | 1.56 | - |
| YUV | 74.17 | 88.41 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 4 | 0 | 0.94 | 0.98 | 0.13 | 2.49 | 0.96 | 0.44 |
| Hex | DD | D | 4 | 0 | 5E | 62 | D | 2 | 60 | 2C |
| Octal | 335 | 15 | 4 | 0 | 136 | 142 | 15 | 2 | 140 | 54 |
| Binary | 11011101 | 1101 | 100 | 0 | 1011110 | 1100010 | 1101 | 10 | 1100000 | 101100 |
Color Harmonies of #DD0D04
Complementary color
Monochromatic Colors of #DD0D04
Black with #DD0D04
Text Example
Text Example
White with #DD0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D04; }
p { color: rgb(221,13,4); }
H1.HeaderClassName
{
color: #DD0D04;
}
.AnyTagClassName
{
color: #DD0D04;
}
</style>
background-color css
<style>
a { background-color: #DD0D04; }
a { background-color: rgb(221,13,4); }
div.DivClassName
{
background-color: #DD0D04;
}
.BgClassName
{
background-color: #DD0D04;
}
</style>
border-color css
<style>
span { border-color: #DD0D04; }
span { border-color: rgb(221,13,4); }
td.TdClassName
{
border-color: #DD0D04;
}
.TagClassName
{
border-color: #DD0D04;
}
</style>