Shades of Free Speech Red #DC1200
Tints of Free Speech Red #DC1200
RGB
CMYK
RGB Variations
Color information
#DC1200 (or 0xDC1200) is known color: Free Speech Red. HEX triplet: DC, 12 and 00. RGB value is (220,18,0). Sum of RGB (Red+Green+Blue) = 220+18+0=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1200 is #23EDFF. Grayscale: #4C4C4C. Windows color (decimal): -2354688 or 4828. OLE color: 4828.
HSL color Cylindrical-coordinate representation of color #DC1200: hue angle of 4.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC1200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.14 |
| HSL | 4.91º | 1% | 0.43% | - |
| HSV(B) | 4.91º | 1% | 0.86% | - |
| XYZ | 29.73 | 15.65 | 1.45 | - |
| YUV | 76.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 0 | 0 | 0.92 | 1 | 0.14 | 4.91 | 1 | 0.43 |
| Hex | DC | 12 | 0 | 0 | 5C | 64 | E | 5 | 64 | 2B |
| Octal | 334 | 22 | 0 | 0 | 134 | 144 | 16 | 5 | 144 | 53 |
| Binary | 11011100 | 10010 | 0 | 0 | 1011100 | 1100100 | 1110 | 101 | 1100100 | 101011 |
Color Harmonies of #DC1200
Complementary color
Monochromatic Colors of #DC1200
Black with #DC1200
Text Example
Text Example
White with #DC1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1200; }
p { color: rgb(220,18,0); }
H1.HeaderClassName
{
color: #DC1200;
}
.AnyTagClassName
{
color: #DC1200;
}
</style>
background-color css
<style>
a { background-color: #DC1200; }
a { background-color: rgb(220,18,0); }
div.DivClassName
{
background-color: #DC1200;
}
.BgClassName
{
background-color: #DC1200;
}
</style>
border-color css
<style>
span { border-color: #DC1200; }
span { border-color: rgb(220,18,0); }
td.TdClassName
{
border-color: #DC1200;
}
.TagClassName
{
border-color: #DC1200;
}
</style>