Shades of Free Speech Red #DE0C04
Tints of Free Speech Red #DE0C04
RGB
CMYK
RGB Variations
Color information
#DE0C04 (or 0xDE0C04) is known color: Free Speech Red. HEX triplet: DE, 0C and 04. RGB value is (222,12,4). Sum of RGB (Red+Green+Blue) = 222+12+4=238 (31% of max value = 765). Red value is 222 (87.11% from 255 or 93.28% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0C04 is #21F3FB. Grayscale: #4A4A4A. Windows color (decimal): -2225148 or 265438. OLE color: 265438.
HSL color Cylindrical-coordinate representation of color #DE0C04: hue angle of 2.2º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.13 |
| HSL | 2.2º | 0.96% | 0.44% | - |
| HSV(B) | 2.2º | 0.98% | 0.87% | - |
| XYZ | 30.28 | 15.8 | 1.57 | - |
| YUV | 73.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 4 | 0 | 0.95 | 0.98 | 0.13 | 2.2 | 0.96 | 0.44 |
| Hex | DE | C | 4 | 0 | 5F | 62 | D | 2 | 60 | 2C |
| Octal | 336 | 14 | 4 | 0 | 137 | 142 | 15 | 2 | 140 | 54 |
| Binary | 11011110 | 1100 | 100 | 0 | 1011111 | 1100010 | 1101 | 10 | 1100000 | 101100 |
Color Harmonies of #DE0C04
Complementary color
Monochromatic Colors of #DE0C04
Black with #DE0C04
Text Example
Text Example
White with #DE0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0C04; }
p { color: rgb(222,12,4); }
H1.HeaderClassName
{
color: #DE0C04;
}
.AnyTagClassName
{
color: #DE0C04;
}
</style>
background-color css
<style>
a { background-color: #DE0C04; }
a { background-color: rgb(222,12,4); }
div.DivClassName
{
background-color: #DE0C04;
}
.BgClassName
{
background-color: #DE0C04;
}
</style>
border-color css
<style>
span { border-color: #DE0C04; }
span { border-color: rgb(222,12,4); }
td.TdClassName
{
border-color: #DE0C04;
}
.TagClassName
{
border-color: #DE0C04;
}
</style>