Shades of Free Speech Red #DC1009
Tints of Free Speech Red #DC1009
RGB
CMYK
RGB Variations
Color information
#DC1009 (or 0xDC1009) is known color: Free Speech Red. HEX triplet: DC, 10 and 09. RGB value is (220,16,9). Sum of RGB (Red+Green+Blue) = 220+16+9=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1009 is #23EFF6. Grayscale: #4C4C4C. Windows color (decimal): -2355191 or 594140. OLE color: 594140.
HSL color Cylindrical-coordinate representation of color #DC1009: hue angle of 1.99º 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 #DC1009 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.14 |
| HSL | 1.99º | 0.92% | 0.45% | - |
| HSV(B) | 1.99º | 0.96% | 0.86% | - |
| XYZ | 29.75 | 15.61 | 1.7 | - |
| YUV | 76.2 | 90.09 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 9 | 0 | 0.93 | 0.96 | 0.14 | 1.99 | 0.92 | 0.45 |
| Hex | DC | 10 | 9 | 0 | 5D | 60 | E | 2 | 5C | 2D |
| Octal | 334 | 20 | 11 | 0 | 135 | 140 | 16 | 2 | 134 | 55 |
| Binary | 11011100 | 10000 | 1001 | 0 | 1011101 | 1100000 | 1110 | 10 | 1011100 | 101101 |
Color Harmonies of #DC1009
Complementary color
Monochromatic Colors of #DC1009
Black with #DC1009
Text Example
Text Example
White with #DC1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1009; }
p { color: rgb(220,16,9); }
H1.HeaderClassName
{
color: #DC1009;
}
.AnyTagClassName
{
color: #DC1009;
}
</style>
background-color css
<style>
a { background-color: #DC1009; }
a { background-color: rgb(220,16,9); }
div.DivClassName
{
background-color: #DC1009;
}
.BgClassName
{
background-color: #DC1009;
}
</style>
border-color css
<style>
span { border-color: #DC1009; }
span { border-color: rgb(220,16,9); }
td.TdClassName
{
border-color: #DC1009;
}
.TagClassName
{
border-color: #DC1009;
}
</style>