Shades of Free Speech Red #DC1609
Tints of Free Speech Red #DC1609
RGB
CMYK
RGB Variations
Color information
#DC1609 (or 0xDC1609) is known color: Free Speech Red. HEX triplet: DC, 16 and 09. RGB value is (220,22,9). Sum of RGB (Red+Green+Blue) = 220+22+9=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1609 is #23E9F6. Grayscale: #4F4F4F. Windows color (decimal): -2353655 or 595676. OLE color: 595676.
HSL color Cylindrical-coordinate representation of color #DC1609: hue angle of 3.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC1609 is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 9 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.14 |
| HSL | 3.7º | 0.92% | 0.45% | - |
| HSV(B) | 3.7º | 0.96% | 0.86% | - |
| XYZ | 29.85 | 15.81 | 1.74 | - |
| YUV | 79.72 | 88.1 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 9 | 0 | 0.9 | 0.96 | 0.14 | 3.7 | 0.92 | 0.45 |
| Hex | DC | 16 | 9 | 0 | 5A | 60 | E | 4 | 5C | 2D |
| Octal | 334 | 26 | 11 | 0 | 132 | 140 | 16 | 4 | 134 | 55 |
| Binary | 11011100 | 10110 | 1001 | 0 | 1011010 | 1100000 | 1110 | 100 | 1011100 | 101101 |
Color Harmonies of #DC1609
Complementary color
Monochromatic Colors of #DC1609
Black with #DC1609
Text Example
Text Example
White with #DC1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1609; }
p { color: rgb(220,22,9); }
H1.HeaderClassName
{
color: #DC1609;
}
.AnyTagClassName
{
color: #DC1609;
}
</style>
background-color css
<style>
a { background-color: #DC1609; }
a { background-color: rgb(220,22,9); }
div.DivClassName
{
background-color: #DC1609;
}
.BgClassName
{
background-color: #DC1609;
}
</style>
border-color css
<style>
span { border-color: #DC1609; }
span { border-color: rgb(220,22,9); }
td.TdClassName
{
border-color: #DC1609;
}
.TagClassName
{
border-color: #DC1609;
}
</style>