Shades of Free Speech Red #DC1412
Tints of Free Speech Red #DC1412
RGB
CMYK
RGB Variations
Color information
#DC1412 (or 0xDC1412) is known color: Free Speech Red. HEX triplet: DC, 14 and 12. RGB value is (220,20,18). Sum of RGB (Red+Green+Blue) = 220+20+18=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1412 is #23EBED. Grayscale: #4F4F4F. Windows color (decimal): -2354158 or 1184988. OLE color: 1184988.
HSL color Cylindrical-coordinate representation of color #DC1412: hue angle of 0.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.14 |
| HSL | 0.59º | 0.85% | 0.47% | - |
| HSV(B) | 0.59º | 0.92% | 0.86% | - |
| XYZ | 29.87 | 15.76 | 2.04 | - |
| YUV | 79.57 | 93.26 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 18 | 0 | 0.91 | 0.92 | 0.14 | 0.59 | 0.85 | 0.47 |
| Hex | DC | 14 | 12 | 0 | 5B | 5C | E | 1 | 55 | 2F |
| Octal | 334 | 24 | 22 | 0 | 133 | 134 | 16 | 1 | 125 | 57 |
| Binary | 11011100 | 10100 | 10010 | 0 | 1011011 | 1011100 | 1110 | 1 | 1010101 | 101111 |
Color Harmonies of #DC1412
Complementary color
Monochromatic Colors of #DC1412
Black with #DC1412
Text Example
Text Example
White with #DC1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1412; }
p { color: rgb(220,20,18); }
H1.HeaderClassName
{
color: #DC1412;
}
.AnyTagClassName
{
color: #DC1412;
}
</style>
background-color css
<style>
a { background-color: #DC1412; }
a { background-color: rgb(220,20,18); }
div.DivClassName
{
background-color: #DC1412;
}
.BgClassName
{
background-color: #DC1412;
}
</style>
border-color css
<style>
span { border-color: #DC1412; }
span { border-color: rgb(220,20,18); }
td.TdClassName
{
border-color: #DC1412;
}
.TagClassName
{
border-color: #DC1412;
}
</style>