Shades of Free Speech Red #DC0E04
Tints of Free Speech Red #DC0E04
RGB
CMYK
RGB Variations
Color information
#DC0E04 (or 0xDC0E04) is known color: Free Speech Red. HEX triplet: DC, 0E and 04. RGB value is (220,14,4). Sum of RGB (Red+Green+Blue) = 220+14+4=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0E04 is #23F1FB. Grayscale: #4A4A4A. Windows color (decimal): -2355708 or 265948. OLE color: 265948.
HSL color Cylindrical-coordinate representation of color #DC0E04: hue angle of 2.78º 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 #DC0E04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.14 |
| HSL | 2.78º | 0.96% | 0.44% | - |
| HSV(B) | 2.78º | 0.98% | 0.86% | - |
| XYZ | 29.69 | 15.54 | 1.55 | - |
| YUV | 74.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 4 | 0 | 0.94 | 0.98 | 0.14 | 2.78 | 0.96 | 0.44 |
| Hex | DC | E | 4 | 0 | 5E | 62 | E | 3 | 60 | 2C |
| Octal | 334 | 16 | 4 | 0 | 136 | 142 | 16 | 3 | 140 | 54 |
| Binary | 11011100 | 1110 | 100 | 0 | 1011110 | 1100010 | 1110 | 11 | 1100000 | 101100 |
Color Harmonies of #DC0E04
Complementary color
Monochromatic Colors of #DC0E04
Black with #DC0E04
Text Example
Text Example
White with #DC0E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E04; }
p { color: rgb(220,14,4); }
H1.HeaderClassName
{
color: #DC0E04;
}
.AnyTagClassName
{
color: #DC0E04;
}
</style>
background-color css
<style>
a { background-color: #DC0E04; }
a { background-color: rgb(220,14,4); }
div.DivClassName
{
background-color: #DC0E04;
}
.BgClassName
{
background-color: #DC0E04;
}
</style>
border-color css
<style>
span { border-color: #DC0E04; }
span { border-color: rgb(220,14,4); }
td.TdClassName
{
border-color: #DC0E04;
}
.TagClassName
{
border-color: #DC0E04;
}
</style>