Shades of Free Speech Red #DE0C02
Tints of Free Speech Red #DE0C02
RGB
CMYK
RGB Variations
Color information
#DE0C02 (or 0xDE0C02) is known color: Free Speech Red. HEX triplet: DE, 0C and 02. RGB value is (222,12,2). Sum of RGB (Red+Green+Blue) = 222+12+2=236 (31% of max value = 765). Red value is 222 (87.11% from 255 or 94.07% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0C02 is #21F3FD. Grayscale: #494949. Windows color (decimal): -2225150 or 134366. OLE color: 134366.
HSL color Cylindrical-coordinate representation of color #DE0C02: hue angle of 2.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.13 |
| HSL | 2.73º | 0.98% | 0.44% | - |
| HSV(B) | 2.73º | 0.99% | 0.87% | - |
| XYZ | 30.27 | 15.8 | 1.51 | - |
| YUV | 73.65 | 87.57 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 2 | 0 | 0.95 | 0.99 | 0.13 | 2.73 | 0.98 | 0.44 |
| Hex | DE | C | 2 | 0 | 5F | 63 | D | 3 | 62 | 2C |
| Octal | 336 | 14 | 2 | 0 | 137 | 143 | 15 | 3 | 142 | 54 |
| Binary | 11011110 | 1100 | 10 | 0 | 1011111 | 1100011 | 1101 | 11 | 1100010 | 101100 |
Color Harmonies of #DE0C02
Complementary color
Monochromatic Colors of #DE0C02
Black with #DE0C02
Text Example
Text Example
White with #DE0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0C02; }
p { color: rgb(222,12,2); }
H1.HeaderClassName
{
color: #DE0C02;
}
.AnyTagClassName
{
color: #DE0C02;
}
</style>
background-color css
<style>
a { background-color: #DE0C02; }
a { background-color: rgb(222,12,2); }
div.DivClassName
{
background-color: #DE0C02;
}
.BgClassName
{
background-color: #DE0C02;
}
</style>
border-color css
<style>
span { border-color: #DE0C02; }
span { border-color: rgb(222,12,2); }
td.TdClassName
{
border-color: #DE0C02;
}
.TagClassName
{
border-color: #DE0C02;
}
</style>