Shades of Free Speech Red #DC120B
Tints of Free Speech Red #DC120B
RGB
CMYK
RGB Variations
Color information
#DC120B (or 0xDC120B) is known color: Free Speech Red. HEX triplet: DC, 12 and 0B. RGB value is (220,18,11). Sum of RGB (Red+Green+Blue) = 220+18+11=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC120B is #23EDF4. Grayscale: #4D4D4D. Windows color (decimal): -2354677 or 725724. OLE color: 725724.
HSL color Cylindrical-coordinate representation of color #DC120B: hue angle of 2.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC120B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.14 |
| HSL | 2.01º | 0.9% | 0.45% | - |
| HSV(B) | 2.01º | 0.95% | 0.86% | - |
| XYZ | 29.79 | 15.67 | 1.77 | - |
| YUV | 77.6 | 90.42 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 11 | 0 | 0.92 | 0.95 | 0.14 | 2.01 | 0.9 | 0.45 |
| Hex | DC | 12 | B | 0 | 5C | 5F | E | 2 | 5A | 2D |
| Octal | 334 | 22 | 13 | 0 | 134 | 137 | 16 | 2 | 132 | 55 |
| Binary | 11011100 | 10010 | 1011 | 0 | 1011100 | 1011111 | 1110 | 10 | 1011010 | 101101 |
Color Harmonies of #DC120B
Complementary color
Monochromatic Colors of #DC120B
Black with #DC120B
Text Example
Text Example
White with #DC120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC120B; }
p { color: rgb(220,18,11); }
H1.HeaderClassName
{
color: #DC120B;
}
.AnyTagClassName
{
color: #DC120B;
}
</style>
background-color css
<style>
a { background-color: #DC120B; }
a { background-color: rgb(220,18,11); }
div.DivClassName
{
background-color: #DC120B;
}
.BgClassName
{
background-color: #DC120B;
}
</style>
border-color css
<style>
span { border-color: #DC120B; }
span { border-color: rgb(220,18,11); }
td.TdClassName
{
border-color: #DC120B;
}
.TagClassName
{
border-color: #DC120B;
}
</style>