Shades of Free Speech Red #DE0908
Tints of Free Speech Red #DE0908
RGB
CMYK
RGB Variations
Color information
#DE0908 (or 0xDE0908) is known color: Free Speech Red. HEX triplet: DE, 09 and 08. RGB value is (222,9,8). Sum of RGB (Red+Green+Blue) = 222+9+8=239 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.89% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0908 is #21F6F7. Grayscale: #484848. Windows color (decimal): -2225912 or 526814. OLE color: 526814.
HSL color Cylindrical-coordinate representation of color #DE0908: hue angle of 0.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0908 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.13 |
| HSL | 0.28º | 0.93% | 0.45% | - |
| HSV(B) | 0.28º | 0.96% | 0.87% | - |
| XYZ | 30.27 | 15.74 | 1.67 | - |
| YUV | 72.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 8 | 0 | 0.96 | 0.96 | 0.13 | 0.28 | 0.93 | 0.45 |
| Hex | DE | 9 | 8 | 0 | 60 | 60 | D | 0 | 5D | 2D |
| Octal | 336 | 11 | 10 | 0 | 140 | 140 | 15 | 0 | 135 | 55 |
| Binary | 11011110 | 1001 | 1000 | 0 | 1100000 | 1100000 | 1101 | 0 | 1011101 | 101101 |
Color Harmonies of #DE0908
Complementary color
Monochromatic Colors of #DE0908
Black with #DE0908
Text Example
Text Example
White with #DE0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0908; }
p { color: rgb(222,9,8); }
H1.HeaderClassName
{
color: #DE0908;
}
.AnyTagClassName
{
color: #DE0908;
}
</style>
background-color css
<style>
a { background-color: #DE0908; }
a { background-color: rgb(222,9,8); }
div.DivClassName
{
background-color: #DE0908;
}
.BgClassName
{
background-color: #DE0908;
}
</style>
border-color css
<style>
span { border-color: #DE0908; }
span { border-color: rgb(222,9,8); }
td.TdClassName
{
border-color: #DE0908;
}
.TagClassName
{
border-color: #DE0908;
}
</style>