Shades of Free Speech Red #DD150E
Tints of Free Speech Red #DD150E
RGB
CMYK
RGB Variations
Color information
#DD150E (or 0xDD150E) is known color: Free Speech Red. HEX triplet: DD, 15 and 0E. RGB value is (221,21,14). Sum of RGB (Red+Green+Blue) = 221+21+14=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD150E is #22EAF1. Grayscale: #505050. Windows color (decimal): -2288370 or 923101. OLE color: 923101.
HSL color Cylindrical-coordinate representation of color #DD150E: hue angle of 2.03º degrees, saturation: 0.88, 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 #DD150E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.13 |
| HSL | 2.03º | 0.88% | 0.46% | - |
| HSV(B) | 2.03º | 0.94% | 0.87% | - |
| XYZ | 30.17 | 15.94 | 1.9 | - |
| YUV | 80 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 14 | 0 | 0.90 | 0.94 | 0.13 | 2.03 | 0.88 | 0.46 |
| Hex | DD | 15 | E | 0 | 5A | 5E | D | 2 | 58 | 2E |
| Octal | 335 | 25 | 16 | 0 | 132 | 136 | 15 | 2 | 130 | 56 |
| Binary | 11011101 | 10101 | 1110 | 0 | 1011010 | 1011110 | 1101 | 10 | 1011000 | 101110 |
Color Harmonies of #DD150E
Complementary color
Monochromatic Colors of #DD150E
Black with #DD150E
Text Example
Text Example
White with #DD150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD150E; }
p { color: rgb(221,21,14); }
H1.HeaderClassName
{
color: #DD150E;
}
.AnyTagClassName
{
color: #DD150E;
}
</style>
background-color css
<style>
a { background-color: #DD150E; }
a { background-color: rgb(221,21,14); }
div.DivClassName
{
background-color: #DD150E;
}
.BgClassName
{
background-color: #DD150E;
}
</style>
border-color css
<style>
span { border-color: #DD150E; }
span { border-color: rgb(221,21,14); }
td.TdClassName
{
border-color: #DD150E;
}
.TagClassName
{
border-color: #DD150E;
}
</style>