Shades of Free Speech Red #DC0400
Tints of Free Speech Red #DC0400
RGB
CMYK
RGB Variations
Color information
#DC0400 (or 0xDC0400) is known color: Free Speech Red. HEX triplet: DC, 04 and 00. RGB value is (220,4,0). Sum of RGB (Red+Green+Blue) = 220+4+0=224 (29% of max value = 765). Red value is 220 (86.33% from 255 or 98.21% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0400 is #23FBFF. Grayscale: #444444. Windows color (decimal): -2358272 or 1244. OLE color: 1244.
HSL color Cylindrical-coordinate representation of color #DC0400: hue angle of 1.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.14 |
| HSL | 1.09º | 1% | 0.43% | - |
| HSV(B) | 1.09º | 1% | 0.86% | - |
| XYZ | 29.56 | 15.3 | 1.4 | - |
| YUV | 68.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 0 | 0 | 0.98 | 1 | 0.14 | 1.09 | 1 | 0.43 |
| Hex | DC | 4 | 0 | 0 | 62 | 64 | E | 1 | 64 | 2B |
| Octal | 334 | 4 | 0 | 0 | 142 | 144 | 16 | 1 | 144 | 53 |
| Binary | 11011100 | 100 | 0 | 0 | 1100010 | 1100100 | 1110 | 1 | 1100100 | 101011 |
Color Harmonies of #DC0400
Complementary color
Monochromatic Colors of #DC0400
Black with #DC0400
Text Example
Text Example
White with #DC0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0400; }
p { color: rgb(220,4,0); }
H1.HeaderClassName
{
color: #DC0400;
}
.AnyTagClassName
{
color: #DC0400;
}
</style>
background-color css
<style>
a { background-color: #DC0400; }
a { background-color: rgb(220,4,0); }
div.DivClassName
{
background-color: #DC0400;
}
.BgClassName
{
background-color: #DC0400;
}
</style>
border-color css
<style>
span { border-color: #DC0400; }
span { border-color: rgb(220,4,0); }
td.TdClassName
{
border-color: #DC0400;
}
.TagClassName
{
border-color: #DC0400;
}
</style>