Shades of Free Speech Red #DC100F
Tints of Free Speech Red #DC100F
RGB
CMYK
RGB Variations
Color information
#DC100F (or 0xDC100F) is known color: Free Speech Red. HEX triplet: DC, 10 and 0F. RGB value is (220,16,15). Sum of RGB (Red+Green+Blue) = 220+16+15=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC100F is #23EFF0. Grayscale: #4D4D4D. Windows color (decimal): -2355185 or 987356. OLE color: 987356.
HSL color Cylindrical-coordinate representation of color #DC100F: hue angle of 0.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.14 |
| HSL | 0.29º | 0.87% | 0.46% | - |
| HSV(B) | 0.29º | 0.93% | 0.86% | - |
| XYZ | 29.79 | 15.62 | 1.9 | - |
| YUV | 76.88 | 93.09 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 15 | 0 | 0.93 | 0.93 | 0.14 | 0.29 | 0.87 | 0.46 |
| Hex | DC | 10 | F | 0 | 5D | 5D | E | 0 | 57 | 2E |
| Octal | 334 | 20 | 17 | 0 | 135 | 135 | 16 | 0 | 127 | 56 |
| Binary | 11011100 | 10000 | 1111 | 0 | 1011101 | 1011101 | 1110 | 0 | 1010111 | 101110 |
Color Harmonies of #DC100F
Complementary color
Monochromatic Colors of #DC100F
Black with #DC100F
Text Example
Text Example
White with #DC100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC100F; }
p { color: rgb(220,16,15); }
H1.HeaderClassName
{
color: #DC100F;
}
.AnyTagClassName
{
color: #DC100F;
}
</style>
background-color css
<style>
a { background-color: #DC100F; }
a { background-color: rgb(220,16,15); }
div.DivClassName
{
background-color: #DC100F;
}
.BgClassName
{
background-color: #DC100F;
}
</style>
border-color css
<style>
span { border-color: #DC100F; }
span { border-color: rgb(220,16,15); }
td.TdClassName
{
border-color: #DC100F;
}
.TagClassName
{
border-color: #DC100F;
}
</style>