Shades of Free Speech Red #DE1400
Tints of Free Speech Red #DE1400
RGB
CMYK
RGB Variations
Color information
#DE1400 (or 0xDE1400) is known color: Free Speech Red. HEX triplet: DE, 14 and 00. RGB value is (222,20,0). Sum of RGB (Red+Green+Blue) = 222+20+0=242 (32% of max value = 765). Red value is 222 (87.11% from 255 or 91.74% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1400 is #21EBFF. Grayscale: #4E4E4E. Windows color (decimal): -2223104 or 5342. OLE color: 5342.
HSL color Cylindrical-coordinate representation of color #DE1400: hue angle of 5.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE1400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.13 |
| HSL | 5.41º | 1% | 0.44% | - |
| HSV(B) | 5.41º | 1% | 0.87% | - |
| XYZ | 30.37 | 16.03 | 1.49 | - |
| YUV | 78.12 | 83.92 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 0 | 0 | 0.91 | 1 | 0.13 | 5.41 | 1 | 0.44 |
| Hex | DE | 14 | 0 | 0 | 5B | 64 | D | 5 | 64 | 2C |
| Octal | 336 | 24 | 0 | 0 | 133 | 144 | 15 | 5 | 144 | 54 |
| Binary | 11011110 | 10100 | 0 | 0 | 1011011 | 1100100 | 1101 | 101 | 1100100 | 101100 |
Color Harmonies of #DE1400
Complementary color
Monochromatic Colors of #DE1400
Black with #DE1400
Text Example
Text Example
White with #DE1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1400; }
p { color: rgb(222,20,0); }
H1.HeaderClassName
{
color: #DE1400;
}
.AnyTagClassName
{
color: #DE1400;
}
</style>
background-color css
<style>
a { background-color: #DE1400; }
a { background-color: rgb(222,20,0); }
div.DivClassName
{
background-color: #DE1400;
}
.BgClassName
{
background-color: #DE1400;
}
</style>
border-color css
<style>
span { border-color: #DE1400; }
span { border-color: rgb(222,20,0); }
td.TdClassName
{
border-color: #DE1400;
}
.TagClassName
{
border-color: #DE1400;
}
</style>