Shades of Free Speech Red #DD100C
Tints of Free Speech Red #DD100C
RGB
CMYK
RGB Variations
Color information
#DD100C (or 0xDD100C) is known color: Free Speech Red. HEX triplet: DD, 10 and 0C. RGB value is (221,16,12). Sum of RGB (Red+Green+Blue) = 221+16+12=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD100C is #22EFF3. Grayscale: #4D4D4D. Windows color (decimal): -2289652 or 790749. OLE color: 790749.
HSL color Cylindrical-coordinate representation of color #DD100C: hue angle of 1.15º 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 #DD100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.13 |
| HSL | 1.15º | 0.9% | 0.46% | - |
| HSV(B) | 1.15º | 0.95% | 0.87% | - |
| XYZ | 30.07 | 15.77 | 1.81 | - |
| YUV | 76.84 | 91.42 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 12 | 0 | 0.93 | 0.95 | 0.13 | 1.15 | 0.9 | 0.46 |
| Hex | DD | 10 | C | 0 | 5D | 5F | D | 1 | 5A | 2E |
| Octal | 335 | 20 | 14 | 0 | 135 | 137 | 15 | 1 | 132 | 56 |
| Binary | 11011101 | 10000 | 1100 | 0 | 1011101 | 1011111 | 1101 | 1 | 1011010 | 101110 |
Color Harmonies of #DD100C
Complementary color
Monochromatic Colors of #DD100C
Black with #DD100C
Text Example
Text Example
White with #DD100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD100C; }
p { color: rgb(221,16,12); }
H1.HeaderClassName
{
color: #DD100C;
}
.AnyTagClassName
{
color: #DD100C;
}
</style>
background-color css
<style>
a { background-color: #DD100C; }
a { background-color: rgb(221,16,12); }
div.DivClassName
{
background-color: #DD100C;
}
.BgClassName
{
background-color: #DD100C;
}
</style>
border-color css
<style>
span { border-color: #DD100C; }
span { border-color: rgb(221,16,12); }
td.TdClassName
{
border-color: #DD100C;
}
.TagClassName
{
border-color: #DD100C;
}
</style>