Shades of Free Speech Red #DC1300
Tints of Free Speech Red #DC1300
RGB
CMYK
RGB Variations
Color information
#DC1300 (or 0xDC1300) is known color: Free Speech Red. HEX triplet: DC, 13 and 00. RGB value is (220,19,0). Sum of RGB (Red+Green+Blue) = 220+19+0=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1300 is #23ECFF. Grayscale: #4D4D4D. Windows color (decimal): -2354432 or 5084. OLE color: 5084.
HSL color Cylindrical-coordinate representation of color #DC1300: hue angle of 5.18º 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 #DC1300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.14 |
| HSL | 5.18º | 1% | 0.43% | - |
| HSV(B) | 5.18º | 1% | 0.86% | - |
| XYZ | 29.75 | 15.68 | 1.46 | - |
| YUV | 76.93 | 84.59 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 0 | 0 | 0.91 | 1 | 0.14 | 5.18 | 1 | 0.43 |
| Hex | DC | 13 | 0 | 0 | 5B | 64 | E | 5 | 64 | 2B |
| Octal | 334 | 23 | 0 | 0 | 133 | 144 | 16 | 5 | 144 | 53 |
| Binary | 11011100 | 10011 | 0 | 0 | 1011011 | 1100100 | 1110 | 101 | 1100100 | 101011 |
Color Harmonies of #DC1300
Complementary color
Monochromatic Colors of #DC1300
Black with #DC1300
Text Example
Text Example
White with #DC1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1300; }
p { color: rgb(220,19,0); }
H1.HeaderClassName
{
color: #DC1300;
}
.AnyTagClassName
{
color: #DC1300;
}
</style>
background-color css
<style>
a { background-color: #DC1300; }
a { background-color: rgb(220,19,0); }
div.DivClassName
{
background-color: #DC1300;
}
.BgClassName
{
background-color: #DC1300;
}
</style>
border-color css
<style>
span { border-color: #DC1300; }
span { border-color: rgb(220,19,0); }
td.TdClassName
{
border-color: #DC1300;
}
.TagClassName
{
border-color: #DC1300;
}
</style>