Shades of Free Speech Red #DD0303
Tints of Free Speech Red #DD0303
RGB
CMYK
RGB Variations
Color information
#DD0303 (or 0xDD0303) is known color: Free Speech Red. HEX triplet: DD, 03 and 03. RGB value is (221,3,3). Sum of RGB (Red+Green+Blue) = 221+3+3=227 (30% of max value = 765). Red value is 221 (86.72% from 255 or 97.36% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0303 is #22FCFC. Grayscale: #444444. Windows color (decimal): -2292989 or 197597. OLE color: 197597.
HSL color Cylindrical-coordinate representation of color #DD0303: hue angle of 0º 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 #DD0303 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.13 |
| HSL | 0º | 0.97% | 0.44% | - |
| HSV(B) | 0º | 0.99% | 0.87% | - |
| XYZ | 29.87 | 15.44 | 1.49 | - |
| YUV | 68.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 3 | 0 | 0.99 | 0.99 | 0.13 | 0 | 0.97 | 0.44 |
| Hex | DD | 3 | 3 | 0 | 63 | 63 | D | 0 | 61 | 2C |
| Octal | 335 | 3 | 3 | 0 | 143 | 143 | 15 | 0 | 141 | 54 |
| Binary | 11011101 | 11 | 11 | 0 | 1100011 | 1100011 | 1101 | 0 | 1100001 | 101100 |
Color Harmonies of #DD0303
Complementary color
Monochromatic Colors of #DD0303
Black with #DD0303
Text Example
Text Example
White with #DD0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0303; }
p { color: rgb(221,3,3); }
H1.HeaderClassName
{
color: #DD0303;
}
.AnyTagClassName
{
color: #DD0303;
}
</style>
background-color css
<style>
a { background-color: #DD0303; }
a { background-color: rgb(221,3,3); }
div.DivClassName
{
background-color: #DD0303;
}
.BgClassName
{
background-color: #DD0303;
}
</style>
border-color css
<style>
span { border-color: #DD0303; }
span { border-color: rgb(221,3,3); }
td.TdClassName
{
border-color: #DD0303;
}
.TagClassName
{
border-color: #DD0303;
}
</style>