Shades of Free Speech Red #DC0904
Tints of Free Speech Red #DC0904
RGB
CMYK
RGB Variations
Color information
#DC0904 (or 0xDC0904) is known color: Free Speech Red. HEX triplet: DC, 09 and 04. RGB value is (220,9,4). Sum of RGB (Red+Green+Blue) = 220+9+4=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0904 is #23F6FB. Grayscale: #474747. Windows color (decimal): -2356988 or 264668. OLE color: 264668.
HSL color Cylindrical-coordinate representation of color #DC0904: hue angle of 1.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.14 |
| HSL | 1.39º | 0.96% | 0.44% | - |
| HSV(B) | 1.39º | 0.98% | 0.86% | - |
| XYZ | 29.63 | 15.42 | 1.53 | - |
| YUV | 71.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 4 | 0 | 0.96 | 0.98 | 0.14 | 1.39 | 0.96 | 0.44 |
| Hex | DC | 9 | 4 | 0 | 60 | 62 | E | 1 | 60 | 2C |
| Octal | 334 | 11 | 4 | 0 | 140 | 142 | 16 | 1 | 140 | 54 |
| Binary | 11011100 | 1001 | 100 | 0 | 1100000 | 1100010 | 1110 | 1 | 1100000 | 101100 |
Color Harmonies of #DC0904
Complementary color
Monochromatic Colors of #DC0904
Black with #DC0904
Text Example
Text Example
White with #DC0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0904; }
p { color: rgb(220,9,4); }
H1.HeaderClassName
{
color: #DC0904;
}
.AnyTagClassName
{
color: #DC0904;
}
</style>
background-color css
<style>
a { background-color: #DC0904; }
a { background-color: rgb(220,9,4); }
div.DivClassName
{
background-color: #DC0904;
}
.BgClassName
{
background-color: #DC0904;
}
</style>
border-color css
<style>
span { border-color: #DC0904; }
span { border-color: rgb(220,9,4); }
td.TdClassName
{
border-color: #DC0904;
}
.TagClassName
{
border-color: #DC0904;
}
</style>