Shades of Free Speech Red #DE1407
Tints of Free Speech Red #DE1407
RGB
CMYK
RGB Variations
Color information
#DE1407 (or 0xDE1407) is known color: Free Speech Red. HEX triplet: DE, 14 and 07. RGB value is (222,20,7). Sum of RGB (Red+Green+Blue) = 222+20+7=249 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.16% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1407 is #21EBF8. Grayscale: #4F4F4F. Windows color (decimal): -2223097 or 464094. OLE color: 464094.
HSL color Cylindrical-coordinate representation of color #DE1407: hue angle of 3.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE1407 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.13 |
| HSL | 3.63º | 0.94% | 0.45% | - |
| HSV(B) | 3.63º | 0.97% | 0.87% | - |
| XYZ | 30.41 | 16.05 | 1.7 | - |
| YUV | 78.92 | 87.42 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 7 | 0 | 0.91 | 0.97 | 0.13 | 3.63 | 0.94 | 0.45 |
| Hex | DE | 14 | 7 | 0 | 5B | 61 | D | 4 | 5E | 2D |
| Octal | 336 | 24 | 7 | 0 | 133 | 141 | 15 | 4 | 136 | 55 |
| Binary | 11011110 | 10100 | 111 | 0 | 1011011 | 1100001 | 1101 | 100 | 1011110 | 101101 |
Color Harmonies of #DE1407
Complementary color
Monochromatic Colors of #DE1407
Black with #DE1407
Text Example
Text Example
White with #DE1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1407; }
p { color: rgb(222,20,7); }
H1.HeaderClassName
{
color: #DE1407;
}
.AnyTagClassName
{
color: #DE1407;
}
</style>
background-color css
<style>
a { background-color: #DE1407; }
a { background-color: rgb(222,20,7); }
div.DivClassName
{
background-color: #DE1407;
}
.BgClassName
{
background-color: #DE1407;
}
</style>
border-color css
<style>
span { border-color: #DE1407; }
span { border-color: rgb(222,20,7); }
td.TdClassName
{
border-color: #DE1407;
}
.TagClassName
{
border-color: #DE1407;
}
</style>