Shades of Free Speech Red #DE0903
Tints of Free Speech Red #DE0903
RGB
CMYK
RGB Variations
Color information
#DE0903 (or 0xDE0903) is known color: Free Speech Red. HEX triplet: DE, 09 and 03. RGB value is (222,9,3). Sum of RGB (Red+Green+Blue) = 222+9+3=234 (30% of max value = 765). Red value is 222 (87.11% from 255 or 94.87% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0903 is #21F6FC. Grayscale: #484848. Windows color (decimal): -2225917 or 199134. OLE color: 199134.
HSL color Cylindrical-coordinate representation of color #DE0903: hue angle of 1.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.13 |
| HSL | 1.64º | 0.97% | 0.44% | - |
| HSV(B) | 1.64º | 0.99% | 0.87% | - |
| XYZ | 30.24 | 15.73 | 1.53 | - |
| YUV | 72 | 89.07 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 3 | 0 | 0.96 | 0.99 | 0.13 | 1.64 | 0.97 | 0.44 |
| Hex | DE | 9 | 3 | 0 | 60 | 63 | D | 2 | 61 | 2C |
| Octal | 336 | 11 | 3 | 0 | 140 | 143 | 15 | 2 | 141 | 54 |
| Binary | 11011110 | 1001 | 11 | 0 | 1100000 | 1100011 | 1101 | 10 | 1100001 | 101100 |
Color Harmonies of #DE0903
Complementary color
Monochromatic Colors of #DE0903
Black with #DE0903
Text Example
Text Example
White with #DE0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0903; }
p { color: rgb(222,9,3); }
H1.HeaderClassName
{
color: #DE0903;
}
.AnyTagClassName
{
color: #DE0903;
}
</style>
background-color css
<style>
a { background-color: #DE0903; }
a { background-color: rgb(222,9,3); }
div.DivClassName
{
background-color: #DE0903;
}
.BgClassName
{
background-color: #DE0903;
}
</style>
border-color css
<style>
span { border-color: #DE0903; }
span { border-color: rgb(222,9,3); }
td.TdClassName
{
border-color: #DE0903;
}
.TagClassName
{
border-color: #DE0903;
}
</style>