Shades of Free Speech Red #DC120C
Tints of Free Speech Red #DC120C
RGB
CMYK
RGB Variations
Color information
#DC120C (or 0xDC120C) is known color: Free Speech Red. HEX triplet: DC, 12 and 0C. RGB value is (220,18,12). Sum of RGB (Red+Green+Blue) = 220+18+12=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC120C is #23EDF3. Grayscale: #4D4D4D. Windows color (decimal): -2354676 or 791260. OLE color: 791260.
HSL color Cylindrical-coordinate representation of color #DC120C: hue angle of 1.73º 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 #DC120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.14 |
| HSL | 1.73º | 0.9% | 0.45% | - |
| HSV(B) | 1.73º | 0.95% | 0.86% | - |
| XYZ | 29.8 | 15.67 | 1.8 | - |
| YUV | 77.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 12 | 0 | 0.92 | 0.95 | 0.14 | 1.73 | 0.9 | 0.45 |
| Hex | DC | 12 | C | 0 | 5C | 5F | E | 2 | 5A | 2D |
| Octal | 334 | 22 | 14 | 0 | 134 | 137 | 16 | 2 | 132 | 55 |
| Binary | 11011100 | 10010 | 1100 | 0 | 1011100 | 1011111 | 1110 | 10 | 1011010 | 101101 |
Color Harmonies of #DC120C
Complementary color
Monochromatic Colors of #DC120C
Black with #DC120C
Text Example
Text Example
White with #DC120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC120C; }
p { color: rgb(220,18,12); }
H1.HeaderClassName
{
color: #DC120C;
}
.AnyTagClassName
{
color: #DC120C;
}
</style>
background-color css
<style>
a { background-color: #DC120C; }
a { background-color: rgb(220,18,12); }
div.DivClassName
{
background-color: #DC120C;
}
.BgClassName
{
background-color: #DC120C;
}
</style>
border-color css
<style>
span { border-color: #DC120C; }
span { border-color: rgb(220,18,12); }
td.TdClassName
{
border-color: #DC120C;
}
.TagClassName
{
border-color: #DC120C;
}
</style>