Shades of Free Speech Red #DC0E07
Tints of Free Speech Red #DC0E07
RGB
CMYK
RGB Variations
Color information
#DC0E07 (or 0xDC0E07) is known color: Free Speech Red. HEX triplet: DC, 0E and 07. RGB value is (220,14,7). Sum of RGB (Red+Green+Blue) = 220+14+7=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0E07 is #23F1F8. Grayscale: #4B4B4B. Windows color (decimal): -2355705 or 462556. OLE color: 462556.
HSL color Cylindrical-coordinate representation of color #DC0E07: hue angle of 1.97º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0E07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 7 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.14 |
| HSL | 1.97º | 0.94% | 0.45% | - |
| HSV(B) | 1.97º | 0.97% | 0.86% | - |
| XYZ | 29.71 | 15.55 | 1.64 | - |
| YUV | 74.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 7 | 0 | 0.94 | 0.97 | 0.14 | 1.97 | 0.94 | 0.45 |
| Hex | DC | E | 7 | 0 | 5E | 61 | E | 2 | 5E | 2D |
| Octal | 334 | 16 | 7 | 0 | 136 | 141 | 16 | 2 | 136 | 55 |
| Binary | 11011100 | 1110 | 111 | 0 | 1011110 | 1100001 | 1110 | 10 | 1011110 | 101101 |
Color Harmonies of #DC0E07
Complementary color
Monochromatic Colors of #DC0E07
Black with #DC0E07
Text Example
Text Example
White with #DC0E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E07; }
p { color: rgb(220,14,7); }
H1.HeaderClassName
{
color: #DC0E07;
}
.AnyTagClassName
{
color: #DC0E07;
}
</style>
background-color css
<style>
a { background-color: #DC0E07; }
a { background-color: rgb(220,14,7); }
div.DivClassName
{
background-color: #DC0E07;
}
.BgClassName
{
background-color: #DC0E07;
}
</style>
border-color css
<style>
span { border-color: #DC0E07; }
span { border-color: rgb(220,14,7); }
td.TdClassName
{
border-color: #DC0E07;
}
.TagClassName
{
border-color: #DC0E07;
}
</style>