Shades of Free Speech Red #DC1206
Tints of Free Speech Red #DC1206
RGB
CMYK
RGB Variations
Color information
#DC1206 (or 0xDC1206) is known color: Free Speech Red. HEX triplet: DC, 12 and 06. RGB value is (220,18,6). Sum of RGB (Red+Green+Blue) = 220+18+6=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1206 is #23EDF9. Grayscale: #4D4D4D. Windows color (decimal): -2354682 or 398044. OLE color: 398044.
HSL color Cylindrical-coordinate representation of color #DC1206: hue angle of 3.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC1206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.14 |
| HSL | 3.36º | 0.95% | 0.44% | - |
| HSV(B) | 3.36º | 0.97% | 0.86% | - |
| XYZ | 29.76 | 15.66 | 1.63 | - |
| YUV | 77.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 6 | 0 | 0.92 | 0.97 | 0.14 | 3.36 | 0.95 | 0.44 |
| Hex | DC | 12 | 6 | 0 | 5C | 61 | E | 3 | 5F | 2C |
| Octal | 334 | 22 | 6 | 0 | 134 | 141 | 16 | 3 | 137 | 54 |
| Binary | 11011100 | 10010 | 110 | 0 | 1011100 | 1100001 | 1110 | 11 | 1011111 | 101100 |
Color Harmonies of #DC1206
Complementary color
Monochromatic Colors of #DC1206
Black with #DC1206
Text Example
Text Example
White with #DC1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1206; }
p { color: rgb(220,18,6); }
H1.HeaderClassName
{
color: #DC1206;
}
.AnyTagClassName
{
color: #DC1206;
}
</style>
background-color css
<style>
a { background-color: #DC1206; }
a { background-color: rgb(220,18,6); }
div.DivClassName
{
background-color: #DC1206;
}
.BgClassName
{
background-color: #DC1206;
}
</style>
border-color css
<style>
span { border-color: #DC1206; }
span { border-color: rgb(220,18,6); }
td.TdClassName
{
border-color: #DC1206;
}
.TagClassName
{
border-color: #DC1206;
}
</style>