Shades of Free Speech Red #DE0C07
Tints of Free Speech Red #DE0C07
RGB
CMYK
RGB Variations
Color information
#DE0C07 (or 0xDE0C07) is known color: Free Speech Red. HEX triplet: DE, 0C and 07. RGB value is (222,12,7). Sum of RGB (Red+Green+Blue) = 222+12+7=241 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.12% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0C07 is #21F3F8. Grayscale: #4A4A4A. Windows color (decimal): -2225145 or 462046. OLE color: 462046.
HSL color Cylindrical-coordinate representation of color #DE0C07: hue angle of 1.4º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0C07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.13 |
| HSL | 1.4º | 0.94% | 0.45% | - |
| HSV(B) | 1.4º | 0.97% | 0.87% | - |
| XYZ | 30.29 | 15.81 | 1.66 | - |
| YUV | 74.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 7 | 0 | 0.95 | 0.97 | 0.13 | 1.4 | 0.94 | 0.45 |
| Hex | DE | C | 7 | 0 | 5F | 61 | D | 1 | 5E | 2D |
| Octal | 336 | 14 | 7 | 0 | 137 | 141 | 15 | 1 | 136 | 55 |
| Binary | 11011110 | 1100 | 111 | 0 | 1011111 | 1100001 | 1101 | 1 | 1011110 | 101101 |
Color Harmonies of #DE0C07
Complementary color
Monochromatic Colors of #DE0C07
Black with #DE0C07
Text Example
Text Example
White with #DE0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0C07; }
p { color: rgb(222,12,7); }
H1.HeaderClassName
{
color: #DE0C07;
}
.AnyTagClassName
{
color: #DE0C07;
}
</style>
background-color css
<style>
a { background-color: #DE0C07; }
a { background-color: rgb(222,12,7); }
div.DivClassName
{
background-color: #DE0C07;
}
.BgClassName
{
background-color: #DE0C07;
}
</style>
border-color css
<style>
span { border-color: #DE0C07; }
span { border-color: rgb(222,12,7); }
td.TdClassName
{
border-color: #DE0C07;
}
.TagClassName
{
border-color: #DE0C07;
}
</style>