Shades of Free Speech Red #DC1401
Tints of Free Speech Red #DC1401
RGB
CMYK
RGB Variations
Color information
#DC1401 (or 0xDC1401) is known color: Free Speech Red. HEX triplet: DC, 14 and 01. RGB value is (220,20,1). Sum of RGB (Red+Green+Blue) = 220+20+1=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1401 is #23EBFE. Grayscale: #4D4D4D. Windows color (decimal): -2354175 or 70876. OLE color: 70876.
HSL color Cylindrical-coordinate representation of color #DC1401: hue angle of 5.21º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC1401 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.14 |
| HSL | 5.21º | 0.99% | 0.43% | - |
| HSV(B) | 5.21º | 1% | 0.86% | - |
| XYZ | 29.77 | 15.72 | 1.49 | - |
| YUV | 77.63 | 84.76 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 1 | 0 | 0.91 | 1.00 | 0.14 | 5.21 | 0.99 | 0.43 |
| Hex | DC | 14 | 1 | 0 | 5B | 64 | E | 5 | 63 | 2B |
| Octal | 334 | 24 | 1 | 0 | 133 | 144 | 16 | 5 | 143 | 53 |
| Binary | 11011100 | 10100 | 1 | 0 | 1011011 | 1100100 | 1110 | 101 | 1100011 | 101011 |
Color Harmonies of #DC1401
Complementary color
Monochromatic Colors of #DC1401
Black with #DC1401
Text Example
Text Example
White with #DC1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1401; }
p { color: rgb(220,20,1); }
H1.HeaderClassName
{
color: #DC1401;
}
.AnyTagClassName
{
color: #DC1401;
}
</style>
background-color css
<style>
a { background-color: #DC1401; }
a { background-color: rgb(220,20,1); }
div.DivClassName
{
background-color: #DC1401;
}
.BgClassName
{
background-color: #DC1401;
}
</style>
border-color css
<style>
span { border-color: #DC1401; }
span { border-color: rgb(220,20,1); }
td.TdClassName
{
border-color: #DC1401;
}
.TagClassName
{
border-color: #DC1401;
}
</style>