Shades of Free Speech Red #DC1301
Tints of Free Speech Red #DC1301
RGB
CMYK
RGB Variations
Color information
#DC1301 (or 0xDC1301) is known color: Free Speech Red. HEX triplet: DC, 13 and 01. RGB value is (220,19,1). Sum of RGB (Red+Green+Blue) = 220+19+1=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1301 is #23ECFE. Grayscale: #4D4D4D. Windows color (decimal): -2354431 or 70620. OLE color: 70620.
HSL color Cylindrical-coordinate representation of color #DC1301: hue angle of 4.93º 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 #DC1301 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.14 |
| HSL | 4.93º | 0.99% | 0.43% | - |
| HSV(B) | 4.93º | 1% | 0.86% | - |
| XYZ | 29.75 | 15.68 | 1.49 | - |
| YUV | 77.05 | 85.09 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 1 | 0 | 0.91 | 1.00 | 0.14 | 4.93 | 0.99 | 0.43 |
| Hex | DC | 13 | 1 | 0 | 5B | 64 | E | 5 | 63 | 2B |
| Octal | 334 | 23 | 1 | 0 | 133 | 144 | 16 | 5 | 143 | 53 |
| Binary | 11011100 | 10011 | 1 | 0 | 1011011 | 1100100 | 1110 | 101 | 1100011 | 101011 |
Color Harmonies of #DC1301
Complementary color
Monochromatic Colors of #DC1301
Black with #DC1301
Text Example
Text Example
White with #DC1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1301; }
p { color: rgb(220,19,1); }
H1.HeaderClassName
{
color: #DC1301;
}
.AnyTagClassName
{
color: #DC1301;
}
</style>
background-color css
<style>
a { background-color: #DC1301; }
a { background-color: rgb(220,19,1); }
div.DivClassName
{
background-color: #DC1301;
}
.BgClassName
{
background-color: #DC1301;
}
</style>
border-color css
<style>
span { border-color: #DC1301; }
span { border-color: rgb(220,19,1); }
td.TdClassName
{
border-color: #DC1301;
}
.TagClassName
{
border-color: #DC1301;
}
</style>