Shades of Free Speech Red #DD150C
Tints of Free Speech Red #DD150C
RGB
CMYK
RGB Variations
Color information
#DD150C (or 0xDD150C) is known color: Free Speech Red. HEX triplet: DD, 15 and 0C. RGB value is (221,21,12). Sum of RGB (Red+Green+Blue) = 221+21+12=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD150C is #22EAF3. Grayscale: #505050. Windows color (decimal): -2288372 or 792029. OLE color: 792029.
HSL color Cylindrical-coordinate representation of color #DD150C: hue angle of 2.58º 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 #DD150C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.13 |
| HSL | 2.58º | 0.9% | 0.46% | - |
| HSV(B) | 2.58º | 0.95% | 0.87% | - |
| XYZ | 30.15 | 15.94 | 1.83 | - |
| YUV | 79.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 12 | 0 | 0.90 | 0.95 | 0.13 | 2.58 | 0.9 | 0.46 |
| Hex | DD | 15 | C | 0 | 5A | 5F | D | 3 | 5A | 2E |
| Octal | 335 | 25 | 14 | 0 | 132 | 137 | 15 | 3 | 132 | 56 |
| Binary | 11011101 | 10101 | 1100 | 0 | 1011010 | 1011111 | 1101 | 11 | 1011010 | 101110 |
Color Harmonies of #DD150C
Complementary color
Monochromatic Colors of #DD150C
Black with #DD150C
Text Example
Text Example
White with #DD150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD150C; }
p { color: rgb(221,21,12); }
H1.HeaderClassName
{
color: #DD150C;
}
.AnyTagClassName
{
color: #DD150C;
}
</style>
background-color css
<style>
a { background-color: #DD150C; }
a { background-color: rgb(221,21,12); }
div.DivClassName
{
background-color: #DD150C;
}
.BgClassName
{
background-color: #DD150C;
}
</style>
border-color css
<style>
span { border-color: #DD150C; }
span { border-color: rgb(221,21,12); }
td.TdClassName
{
border-color: #DD150C;
}
.TagClassName
{
border-color: #DD150C;
}
</style>