Shades of Free Speech Red #DC1500
Tints of Free Speech Red #DC1500
RGB
CMYK
RGB Variations
Color information
#DC1500 (or 0xDC1500) is known color: Free Speech Red. HEX triplet: DC, 15 and 00. RGB value is (220,21,0). Sum of RGB (Red+Green+Blue) = 220+21+0=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1500 is #23EAFF. Grayscale: #4E4E4E. Windows color (decimal): -2353920 or 5596. OLE color: 5596.
HSL color Cylindrical-coordinate representation of color #DC1500: hue angle of 5.73º 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 #DC1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.14 |
| HSL | 5.73º | 1% | 0.43% | - |
| HSV(B) | 5.73º | 1% | 0.86% | - |
| XYZ | 29.78 | 15.75 | 1.47 | - |
| YUV | 78.11 | 83.93 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 0 | 0 | 0.90 | 1 | 0.14 | 5.73 | 1 | 0.43 |
| Hex | DC | 15 | 0 | 0 | 5A | 64 | E | 6 | 64 | 2B |
| Octal | 334 | 25 | 0 | 0 | 132 | 144 | 16 | 6 | 144 | 53 |
| Binary | 11011100 | 10101 | 0 | 0 | 1011010 | 1100100 | 1110 | 110 | 1100100 | 101011 |
Color Harmonies of #DC1500
Complementary color
Monochromatic Colors of #DC1500
Black with #DC1500
Text Example
Text Example
White with #DC1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1500; }
p { color: rgb(220,21,0); }
H1.HeaderClassName
{
color: #DC1500;
}
.AnyTagClassName
{
color: #DC1500;
}
</style>
background-color css
<style>
a { background-color: #DC1500; }
a { background-color: rgb(220,21,0); }
div.DivClassName
{
background-color: #DC1500;
}
.BgClassName
{
background-color: #DC1500;
}
</style>
border-color css
<style>
span { border-color: #DC1500; }
span { border-color: rgb(220,21,0); }
td.TdClassName
{
border-color: #DC1500;
}
.TagClassName
{
border-color: #DC1500;
}
</style>