Shades of Free Speech Red #DE110C
Tints of Free Speech Red #DE110C
RGB
CMYK
RGB Variations
Color information
#DE110C (or 0xDE110C) is known color: Free Speech Red. HEX triplet: DE, 11 and 0C. RGB value is (222,17,12). Sum of RGB (Red+Green+Blue) = 222+17+12=251 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.45% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 222 - color contains mainly: red. Hex color #DE110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE110C is #21EEF3. Grayscale: #4D4D4D. Windows color (decimal): -2223860 or 791006. OLE color: 791006.
HSL color Cylindrical-coordinate representation of color #DE110C: hue angle of 1.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE110C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.13 |
| HSL | 1.43º | 0.9% | 0.46% | - |
| HSV(B) | 1.43º | 0.95% | 0.87% | - |
| XYZ | 30.39 | 15.96 | 1.83 | - |
| YUV | 77.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 12 | 0 | 0.92 | 0.95 | 0.13 | 1.43 | 0.9 | 0.46 |
| Hex | DE | 11 | C | 0 | 5C | 5F | D | 1 | 5A | 2E |
| Octal | 336 | 21 | 14 | 0 | 134 | 137 | 15 | 1 | 132 | 56 |
| Binary | 11011110 | 10001 | 1100 | 0 | 1011100 | 1011111 | 1101 | 1 | 1011010 | 101110 |
Color Harmonies of #DE110C
Complementary color
Monochromatic Colors of #DE110C
Black with #DE110C
Text Example
Text Example
White with #DE110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE110C; }
p { color: rgb(222,17,12); }
H1.HeaderClassName
{
color: #DE110C;
}
.AnyTagClassName
{
color: #DE110C;
}
</style>
background-color css
<style>
a { background-color: #DE110C; }
a { background-color: rgb(222,17,12); }
div.DivClassName
{
background-color: #DE110C;
}
.BgClassName
{
background-color: #DE110C;
}
</style>
border-color css
<style>
span { border-color: #DE110C; }
span { border-color: rgb(222,17,12); }
td.TdClassName
{
border-color: #DE110C;
}
.TagClassName
{
border-color: #DE110C;
}
</style>