Shades of Free Speech Red #DE120C
Tints of Free Speech Red #DE120C
RGB
CMYK
RGB Variations
Color information
#DE120C (or 0xDE120C) is known color: Free Speech Red. HEX triplet: DE, 12 and 0C. RGB value is (222,18,12). Sum of RGB (Red+Green+Blue) = 222+18+12=252 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.10% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 222 - color contains mainly: red. Hex color #DE120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE120C is #21EDF3. Grayscale: #4E4E4E. Windows color (decimal): -2223604 or 791262. OLE color: 791262.
HSL color Cylindrical-coordinate representation of color #DE120C: hue angle of 1.71º 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 #DE120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.13 |
| HSL | 1.71º | 0.9% | 0.46% | - |
| HSV(B) | 1.71º | 0.95% | 0.87% | - |
| XYZ | 30.41 | 15.99 | 1.83 | - |
| YUV | 78.31 | 90.59 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 12 | 0 | 0.92 | 0.95 | 0.13 | 1.71 | 0.9 | 0.46 |
| Hex | DE | 12 | C | 0 | 5C | 5F | D | 2 | 5A | 2E |
| Octal | 336 | 22 | 14 | 0 | 134 | 137 | 15 | 2 | 132 | 56 |
| Binary | 11011110 | 10010 | 1100 | 0 | 1011100 | 1011111 | 1101 | 10 | 1011010 | 101110 |
Color Harmonies of #DE120C
Complementary color
Monochromatic Colors of #DE120C
Black with #DE120C
Text Example
Text Example
White with #DE120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE120C; }
p { color: rgb(222,18,12); }
H1.HeaderClassName
{
color: #DE120C;
}
.AnyTagClassName
{
color: #DE120C;
}
</style>
background-color css
<style>
a { background-color: #DE120C; }
a { background-color: rgb(222,18,12); }
div.DivClassName
{
background-color: #DE120C;
}
.BgClassName
{
background-color: #DE120C;
}
</style>
border-color css
<style>
span { border-color: #DE120C; }
span { border-color: rgb(222,18,12); }
td.TdClassName
{
border-color: #DE120C;
}
.TagClassName
{
border-color: #DE120C;
}
</style>