Shades of Free Speech Red #DD150F
Tints of Free Speech Red #DD150F
RGB
CMYK
RGB Variations
Color information
#DD150F (or 0xDD150F) is known color: Free Speech Red. HEX triplet: DD, 15 and 0F. RGB value is (221,21,15). Sum of RGB (Red+Green+Blue) = 221+21+15=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD150F is #22EAF0. Grayscale: #505050. Windows color (decimal): -2288369 or 988637. OLE color: 988637.
HSL color Cylindrical-coordinate representation of color #DD150F: hue angle of 1.75º 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 #DD150F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.13 |
| HSL | 1.75º | 0.87% | 0.46% | - |
| HSV(B) | 1.75º | 0.93% | 0.87% | - |
| XYZ | 30.17 | 15.94 | 1.94 | - |
| YUV | 80.12 | 91.26 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 15 | 0 | 0.90 | 0.93 | 0.13 | 1.75 | 0.87 | 0.46 |
| Hex | DD | 15 | F | 0 | 5A | 5D | D | 2 | 57 | 2E |
| Octal | 335 | 25 | 17 | 0 | 132 | 135 | 15 | 2 | 127 | 56 |
| Binary | 11011101 | 10101 | 1111 | 0 | 1011010 | 1011101 | 1101 | 10 | 1010111 | 101110 |
Color Harmonies of #DD150F
Complementary color
Monochromatic Colors of #DD150F
Black with #DD150F
Text Example
Text Example
White with #DD150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD150F; }
p { color: rgb(221,21,15); }
H1.HeaderClassName
{
color: #DD150F;
}
.AnyTagClassName
{
color: #DD150F;
}
</style>
background-color css
<style>
a { background-color: #DD150F; }
a { background-color: rgb(221,21,15); }
div.DivClassName
{
background-color: #DD150F;
}
.BgClassName
{
background-color: #DD150F;
}
</style>
border-color css
<style>
span { border-color: #DD150F; }
span { border-color: rgb(221,21,15); }
td.TdClassName
{
border-color: #DD150F;
}
.TagClassName
{
border-color: #DD150F;
}
</style>