Shades of Free Speech Red #DD0F0F
Tints of Free Speech Red #DD0F0F
RGB
CMYK
RGB Variations
Color information
#DD0F0F (or 0xDD0F0F) is known color: Free Speech Red. HEX triplet: DD, 0F and 0F. RGB value is (221,15,15). Sum of RGB (Red+Green+Blue) = 221+15+15=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F0F is #22F0F0. Grayscale: #4C4C4C. Windows color (decimal): -2289905 or 987101. OLE color: 987101.
HSL color Cylindrical-coordinate representation of color #DD0F0F: hue angle of 0º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F0F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.13 |
| HSL | 0º | 0.87% | 0.46% | - |
| HSV(B) | 0º | 0.93% | 0.87% | - |
| XYZ | 30.08 | 15.75 | 1.91 | - |
| YUV | 76.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 15 | 0 | 0.93 | 0.93 | 0.13 | 0 | 0.87 | 0.46 |
| Hex | DD | F | F | 0 | 5D | 5D | D | 0 | 57 | 2E |
| Octal | 335 | 17 | 17 | 0 | 135 | 135 | 15 | 0 | 127 | 56 |
| Binary | 11011101 | 1111 | 1111 | 0 | 1011101 | 1011101 | 1101 | 0 | 1010111 | 101110 |
Color Harmonies of #DD0F0F
Complementary color
Monochromatic Colors of #DD0F0F
Black with #DD0F0F
Text Example
Text Example
White with #DD0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F0F; }
p { color: rgb(221,15,15); }
H1.HeaderClassName
{
color: #DD0F0F;
}
.AnyTagClassName
{
color: #DD0F0F;
}
</style>
background-color css
<style>
a { background-color: #DD0F0F; }
a { background-color: rgb(221,15,15); }
div.DivClassName
{
background-color: #DD0F0F;
}
.BgClassName
{
background-color: #DD0F0F;
}
</style>
border-color css
<style>
span { border-color: #DD0F0F; }
span { border-color: rgb(221,15,15); }
td.TdClassName
{
border-color: #DD0F0F;
}
.TagClassName
{
border-color: #DD0F0F;
}
</style>