Shades of Free Speech Red #DD150D
Tints of Free Speech Red #DD150D
RGB
CMYK
RGB Variations
Color information
#DD150D (or 0xDD150D) is known color: Free Speech Red. HEX triplet: DD, 15 and 0D. RGB value is (221,21,13). Sum of RGB (Red+Green+Blue) = 221+21+13=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD150D is #22EAF2. Grayscale: #505050. Windows color (decimal): -2288371 or 857565. OLE color: 857565.
HSL color Cylindrical-coordinate representation of color #DD150D: hue angle of 2.31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.13 |
| HSL | 2.31º | 0.89% | 0.46% | - |
| HSV(B) | 2.31º | 0.94% | 0.87% | - |
| XYZ | 30.16 | 15.94 | 1.87 | - |
| YUV | 79.89 | 90.26 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 13 | 0 | 0.90 | 0.94 | 0.13 | 2.31 | 0.89 | 0.46 |
| Hex | DD | 15 | D | 0 | 5A | 5E | D | 2 | 59 | 2E |
| Octal | 335 | 25 | 15 | 0 | 132 | 136 | 15 | 2 | 131 | 56 |
| Binary | 11011101 | 10101 | 1101 | 0 | 1011010 | 1011110 | 1101 | 10 | 1011001 | 101110 |
Color Harmonies of #DD150D
Complementary color
Monochromatic Colors of #DD150D
Black with #DD150D
Text Example
Text Example
White with #DD150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD150D; }
p { color: rgb(221,21,13); }
H1.HeaderClassName
{
color: #DD150D;
}
.AnyTagClassName
{
color: #DD150D;
}
</style>
background-color css
<style>
a { background-color: #DD150D; }
a { background-color: rgb(221,21,13); }
div.DivClassName
{
background-color: #DD150D;
}
.BgClassName
{
background-color: #DD150D;
}
</style>
border-color css
<style>
span { border-color: #DD150D; }
span { border-color: rgb(221,21,13); }
td.TdClassName
{
border-color: #DD150D;
}
.TagClassName
{
border-color: #DD150D;
}
</style>