Shades of Free Speech Red #DC1601
Tints of Free Speech Red #DC1601
RGB
CMYK
RGB Variations
Color information
#DC1601 (or 0xDC1601) is known color: Free Speech Red. HEX triplet: DC, 16 and 01. RGB value is (220,22,1). Sum of RGB (Red+Green+Blue) = 220+22+1=243 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.53% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1601 is #23E9FE. Grayscale: #4F4F4F. Windows color (decimal): -2353663 or 71388. OLE color: 71388.
HSL color Cylindrical-coordinate representation of color #DC1601: hue angle of 5.75º 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 #DC1601 is Cyan = 0, Magento = 0.9, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 1 | - |
| CMYK | 0 | 0.9 | 1.00 | 0.14 |
| HSL | 5.75º | 0.99% | 0.43% | - |
| HSV(B) | 5.75º | 1% | 0.86% | - |
| XYZ | 29.81 | 15.79 | 1.51 | - |
| YUV | 78.81 | 84.1 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 1 | 0 | 0.9 | 1.00 | 0.14 | 5.75 | 0.99 | 0.43 |
| Hex | DC | 16 | 1 | 0 | 5A | 64 | E | 6 | 63 | 2B |
| Octal | 334 | 26 | 1 | 0 | 132 | 144 | 16 | 6 | 143 | 53 |
| Binary | 11011100 | 10110 | 1 | 0 | 1011010 | 1100100 | 1110 | 110 | 1100011 | 101011 |
Color Harmonies of #DC1601
Complementary color
Monochromatic Colors of #DC1601
Black with #DC1601
Text Example
Text Example
White with #DC1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1601; }
p { color: rgb(220,22,1); }
H1.HeaderClassName
{
color: #DC1601;
}
.AnyTagClassName
{
color: #DC1601;
}
</style>
background-color css
<style>
a { background-color: #DC1601; }
a { background-color: rgb(220,22,1); }
div.DivClassName
{
background-color: #DC1601;
}
.BgClassName
{
background-color: #DC1601;
}
</style>
border-color css
<style>
span { border-color: #DC1601; }
span { border-color: rgb(220,22,1); }
td.TdClassName
{
border-color: #DC1601;
}
.TagClassName
{
border-color: #DC1601;
}
</style>