Shades of Free Speech Red #DC1305
Tints of Free Speech Red #DC1305
RGB
CMYK
RGB Variations
Color information
#DC1305 (or 0xDC1305) is known color: Free Speech Red. HEX triplet: DC, 13 and 05. RGB value is (220,19,5). Sum of RGB (Red+Green+Blue) = 220+19+5=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1305 is #23ECFA. Grayscale: #4D4D4D. Windows color (decimal): -2354427 or 332764. OLE color: 332764.
HSL color Cylindrical-coordinate representation of color #DC1305: hue angle of 3.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC1305 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.14 |
| HSL | 3.91º | 0.96% | 0.44% | - |
| HSV(B) | 3.91º | 0.98% | 0.86% | - |
| XYZ | 29.78 | 15.69 | 1.6 | - |
| YUV | 77.5 | 87.09 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 5 | 0 | 0.91 | 0.98 | 0.14 | 3.91 | 0.96 | 0.44 |
| Hex | DC | 13 | 5 | 0 | 5B | 62 | E | 4 | 60 | 2C |
| Octal | 334 | 23 | 5 | 0 | 133 | 142 | 16 | 4 | 140 | 54 |
| Binary | 11011100 | 10011 | 101 | 0 | 1011011 | 1100010 | 1110 | 100 | 1100000 | 101100 |
Color Harmonies of #DC1305
Complementary color
Monochromatic Colors of #DC1305
Black with #DC1305
Text Example
Text Example
White with #DC1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1305; }
p { color: rgb(220,19,5); }
H1.HeaderClassName
{
color: #DC1305;
}
.AnyTagClassName
{
color: #DC1305;
}
</style>
background-color css
<style>
a { background-color: #DC1305; }
a { background-color: rgb(220,19,5); }
div.DivClassName
{
background-color: #DC1305;
}
.BgClassName
{
background-color: #DC1305;
}
</style>
border-color css
<style>
span { border-color: #DC1305; }
span { border-color: rgb(220,19,5); }
td.TdClassName
{
border-color: #DC1305;
}
.TagClassName
{
border-color: #DC1305;
}
</style>