Shades of Free Speech Red #DE140E
Tints of Free Speech Red #DE140E
RGB
CMYK
RGB Variations
Color information
#DE140E (or 0xDE140E) is known color: Free Speech Red. HEX triplet: DE, 14 and 0E. RGB value is (222,20,14). Sum of RGB (Red+Green+Blue) = 222+20+14=256 (33% of max value = 765). Red value is 222 (87.11% from 255 or 86.72% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 222 - color contains mainly: red. Hex color #DE140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE140E is #21EBF1. Grayscale: #4F4F4F. Windows color (decimal): -2223090 or 922846. OLE color: 922846.
HSL color Cylindrical-coordinate representation of color #DE140E: hue angle of 1.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.13 |
| HSL | 1.73º | 0.88% | 0.46% | - |
| HSV(B) | 1.73º | 0.94% | 0.87% | - |
| XYZ | 30.45 | 16.06 | 1.91 | - |
| YUV | 79.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 14 | 0 | 0.91 | 0.94 | 0.13 | 1.73 | 0.88 | 0.46 |
| Hex | DE | 14 | E | 0 | 5B | 5E | D | 2 | 58 | 2E |
| Octal | 336 | 24 | 16 | 0 | 133 | 136 | 15 | 2 | 130 | 56 |
| Binary | 11011110 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1101 | 10 | 1011000 | 101110 |
Color Harmonies of #DE140E
Complementary color
Monochromatic Colors of #DE140E
Black with #DE140E
Text Example
Text Example
White with #DE140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE140E; }
p { color: rgb(222,20,14); }
H1.HeaderClassName
{
color: #DE140E;
}
.AnyTagClassName
{
color: #DE140E;
}
</style>
background-color css
<style>
a { background-color: #DE140E; }
a { background-color: rgb(222,20,14); }
div.DivClassName
{
background-color: #DE140E;
}
.BgClassName
{
background-color: #DE140E;
}
</style>
border-color css
<style>
span { border-color: #DE140E; }
span { border-color: rgb(222,20,14); }
td.TdClassName
{
border-color: #DE140E;
}
.TagClassName
{
border-color: #DE140E;
}
</style>