Shades of Free Speech Red #DC100D
Tints of Free Speech Red #DC100D
RGB
CMYK
RGB Variations
Color information
#DC100D (or 0xDC100D) is known color: Free Speech Red. HEX triplet: DC, 10 and 0D. RGB value is (220,16,13). Sum of RGB (Red+Green+Blue) = 220+16+13=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC100D is #23EFF2. Grayscale: #4C4C4C. Windows color (decimal): -2355187 or 856284. OLE color: 856284.
HSL color Cylindrical-coordinate representation of color #DC100D: hue angle of 0.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.14 |
| HSL | 0.87º | 0.89% | 0.46% | - |
| HSV(B) | 0.87º | 0.94% | 0.86% | - |
| XYZ | 29.77 | 15.62 | 1.83 | - |
| YUV | 76.65 | 92.09 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 13 | 0 | 0.93 | 0.94 | 0.14 | 0.87 | 0.89 | 0.46 |
| Hex | DC | 10 | D | 0 | 5D | 5E | E | 1 | 59 | 2E |
| Octal | 334 | 20 | 15 | 0 | 135 | 136 | 16 | 1 | 131 | 56 |
| Binary | 11011100 | 10000 | 1101 | 0 | 1011101 | 1011110 | 1110 | 1 | 1011001 | 101110 |
Color Harmonies of #DC100D
Complementary color
Monochromatic Colors of #DC100D
Black with #DC100D
Text Example
Text Example
White with #DC100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC100D; }
p { color: rgb(220,16,13); }
H1.HeaderClassName
{
color: #DC100D;
}
.AnyTagClassName
{
color: #DC100D;
}
</style>
background-color css
<style>
a { background-color: #DC100D; }
a { background-color: rgb(220,16,13); }
div.DivClassName
{
background-color: #DC100D;
}
.BgClassName
{
background-color: #DC100D;
}
</style>
border-color css
<style>
span { border-color: #DC100D; }
span { border-color: rgb(220,16,13); }
td.TdClassName
{
border-color: #DC100D;
}
.TagClassName
{
border-color: #DC100D;
}
</style>