Shades of Free Speech Red #DC1313
Tints of Free Speech Red #DC1313
RGB
CMYK
RGB Variations
Color information
#DC1313 (or 0xDC1313) is known color: Free Speech Red. HEX triplet: DC, 13 and 13. RGB value is (220,19,19). Sum of RGB (Red+Green+Blue) = 220+19+19=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1313 is #23ECEC. Grayscale: #4F4F4F. Windows color (decimal): -2354413 or 1250268. OLE color: 1250268.
HSL color Cylindrical-coordinate representation of color #DC1313: hue angle of 0º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1313 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.14 |
| HSL | 0º | 0.84% | 0.47% | - |
| HSV(B) | 0º | 0.91% | 0.86% | - |
| XYZ | 29.87 | 15.73 | 2.08 | - |
| YUV | 79.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 19 | 0 | 0.91 | 0.91 | 0.14 | 0 | 0.84 | 0.47 |
| Hex | DC | 13 | 13 | 0 | 5B | 5B | E | 0 | 54 | 2F |
| Octal | 334 | 23 | 23 | 0 | 133 | 133 | 16 | 0 | 124 | 57 |
| Binary | 11011100 | 10011 | 10011 | 0 | 1011011 | 1011011 | 1110 | 0 | 1010100 | 101111 |
Color Harmonies of #DC1313
Complementary color
Monochromatic Colors of #DC1313
Black with #DC1313
Text Example
Text Example
White with #DC1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1313; }
p { color: rgb(220,19,19); }
H1.HeaderClassName
{
color: #DC1313;
}
.AnyTagClassName
{
color: #DC1313;
}
</style>
background-color css
<style>
a { background-color: #DC1313; }
a { background-color: rgb(220,19,19); }
div.DivClassName
{
background-color: #DC1313;
}
.BgClassName
{
background-color: #DC1313;
}
</style>
border-color css
<style>
span { border-color: #DC1313; }
span { border-color: rgb(220,19,19); }
td.TdClassName
{
border-color: #DC1313;
}
.TagClassName
{
border-color: #DC1313;
}
</style>