Shades of Free Speech Red #DC1413
Tints of Free Speech Red #DC1413
RGB
CMYK
RGB Variations
Color information
#DC1413 (or 0xDC1413) is known color: Free Speech Red. HEX triplet: DC, 14 and 13. RGB value is (220,20,19). Sum of RGB (Red+Green+Blue) = 220+20+19=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1413 is #23EBEC. Grayscale: #4F4F4F. Windows color (decimal): -2354157 or 1250524. OLE color: 1250524.
HSL color Cylindrical-coordinate representation of color #DC1413: hue angle of 0.3º 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 #DC1413 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.14 |
| HSL | 0.3º | 0.84% | 0.47% | - |
| HSV(B) | 0.3º | 0.91% | 0.86% | - |
| XYZ | 29.88 | 15.76 | 2.08 | - |
| YUV | 79.69 | 93.76 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 19 | 0 | 0.91 | 0.91 | 0.14 | 0.3 | 0.84 | 0.47 |
| Hex | DC | 14 | 13 | 0 | 5B | 5B | E | 0 | 54 | 2F |
| Octal | 334 | 24 | 23 | 0 | 133 | 133 | 16 | 0 | 124 | 57 |
| Binary | 11011100 | 10100 | 10011 | 0 | 1011011 | 1011011 | 1110 | 0 | 1010100 | 101111 |
Color Harmonies of #DC1413
Complementary color
Monochromatic Colors of #DC1413
Black with #DC1413
Text Example
Text Example
White with #DC1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1413; }
p { color: rgb(220,20,19); }
H1.HeaderClassName
{
color: #DC1413;
}
.AnyTagClassName
{
color: #DC1413;
}
</style>
background-color css
<style>
a { background-color: #DC1413; }
a { background-color: rgb(220,20,19); }
div.DivClassName
{
background-color: #DC1413;
}
.BgClassName
{
background-color: #DC1413;
}
</style>
border-color css
<style>
span { border-color: #DC1413; }
span { border-color: rgb(220,20,19); }
td.TdClassName
{
border-color: #DC1413;
}
.TagClassName
{
border-color: #DC1413;
}
</style>