Shades of Free Speech Red #DD120C
Tints of Free Speech Red #DD120C
RGB
CMYK
RGB Variations
Color information
#DD120C (or 0xDD120C) is known color: Free Speech Red. HEX triplet: DD, 12 and 0C. RGB value is (221,18,12). Sum of RGB (Red+Green+Blue) = 221+18+12=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD120C is #22EDF3. Grayscale: #4E4E4E. Windows color (decimal): -2289140 or 791261. OLE color: 791261.
HSL color Cylindrical-coordinate representation of color #DD120C: hue angle of 1.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.13 |
| HSL | 1.72º | 0.9% | 0.46% | - |
| HSV(B) | 1.72º | 0.95% | 0.87% | - |
| XYZ | 30.1 | 15.83 | 1.82 | - |
| YUV | 78.01 | 90.75 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 12 | 0 | 0.92 | 0.95 | 0.13 | 1.72 | 0.9 | 0.46 |
| Hex | DD | 12 | C | 0 | 5C | 5F | D | 2 | 5A | 2E |
| Octal | 335 | 22 | 14 | 0 | 134 | 137 | 15 | 2 | 132 | 56 |
| Binary | 11011101 | 10010 | 1100 | 0 | 1011100 | 1011111 | 1101 | 10 | 1011010 | 101110 |
Color Harmonies of #DD120C
Complementary color
Monochromatic Colors of #DD120C
Black with #DD120C
Text Example
Text Example
White with #DD120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD120C; }
p { color: rgb(221,18,12); }
H1.HeaderClassName
{
color: #DD120C;
}
.AnyTagClassName
{
color: #DD120C;
}
</style>
background-color css
<style>
a { background-color: #DD120C; }
a { background-color: rgb(221,18,12); }
div.DivClassName
{
background-color: #DD120C;
}
.BgClassName
{
background-color: #DD120C;
}
</style>
border-color css
<style>
span { border-color: #DD120C; }
span { border-color: rgb(221,18,12); }
td.TdClassName
{
border-color: #DD120C;
}
.TagClassName
{
border-color: #DD120C;
}
</style>