Shades of Free Speech Red #DC0A09
Tints of Free Speech Red #DC0A09
RGB
CMYK
RGB Variations
Color information
#DC0A09 (or 0xDC0A09) is known color: Free Speech Red. HEX triplet: DC, 0A and 09. RGB value is (220,10,9). Sum of RGB (Red+Green+Blue) = 220+10+9=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0A09 is #23F5F6. Grayscale: #484848. Windows color (decimal): -2356727 or 592604. OLE color: 592604.
HSL color Cylindrical-coordinate representation of color #DC0A09: hue angle of 0.28º 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 #DC0A09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.14 |
| HSL | 0.28º | 0.92% | 0.45% | - |
| HSV(B) | 0.28º | 0.96% | 0.86% | - |
| XYZ | 29.67 | 15.45 | 1.68 | - |
| YUV | 72.68 | 92.07 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 9 | 0 | 0.95 | 0.96 | 0.14 | 0.28 | 0.92 | 0.45 |
| Hex | DC | A | 9 | 0 | 5F | 60 | E | 0 | 5C | 2D |
| Octal | 334 | 12 | 11 | 0 | 137 | 140 | 16 | 0 | 134 | 55 |
| Binary | 11011100 | 1010 | 1001 | 0 | 1011111 | 1100000 | 1110 | 0 | 1011100 | 101101 |
Color Harmonies of #DC0A09
Complementary color
Monochromatic Colors of #DC0A09
Black with #DC0A09
Text Example
Text Example
White with #DC0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A09; }
p { color: rgb(220,10,9); }
H1.HeaderClassName
{
color: #DC0A09;
}
.AnyTagClassName
{
color: #DC0A09;
}
</style>
background-color css
<style>
a { background-color: #DC0A09; }
a { background-color: rgb(220,10,9); }
div.DivClassName
{
background-color: #DC0A09;
}
.BgClassName
{
background-color: #DC0A09;
}
</style>
border-color css
<style>
span { border-color: #DC0A09; }
span { border-color: rgb(220,10,9); }
td.TdClassName
{
border-color: #DC0A09;
}
.TagClassName
{
border-color: #DC0A09;
}
</style>