Shades of Free Speech Red #DE0F0F
Tints of Free Speech Red #DE0F0F
RGB
CMYK
RGB Variations
Color information
#DE0F0F (or 0xDE0F0F) is known color: Free Speech Red. HEX triplet: DE, 0F and 0F. RGB value is (222,15,15). Sum of RGB (Red+Green+Blue) = 222+15+15=252 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.10% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0F0F is #21F0F0. Grayscale: #4D4D4D. Windows color (decimal): -2224369 or 987102. OLE color: 987102.
HSL color Cylindrical-coordinate representation of color #DE0F0F: hue angle of 0º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F0F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.13 |
| HSL | 0º | 0.87% | 0.46% | - |
| HSV(B) | 0º | 0.93% | 0.87% | - |
| XYZ | 30.38 | 15.91 | 1.92 | - |
| YUV | 76.89 | 93.08 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 15 | 0 | 0.93 | 0.93 | 0.13 | 0 | 0.87 | 0.46 |
| Hex | DE | F | F | 0 | 5D | 5D | D | 0 | 57 | 2E |
| Octal | 336 | 17 | 17 | 0 | 135 | 135 | 15 | 0 | 127 | 56 |
| Binary | 11011110 | 1111 | 1111 | 0 | 1011101 | 1011101 | 1101 | 0 | 1010111 | 101110 |
Color Harmonies of #DE0F0F
Complementary color
Monochromatic Colors of #DE0F0F
Black with #DE0F0F
Text Example
Text Example
White with #DE0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F0F; }
p { color: rgb(222,15,15); }
H1.HeaderClassName
{
color: #DE0F0F;
}
.AnyTagClassName
{
color: #DE0F0F;
}
</style>
background-color css
<style>
a { background-color: #DE0F0F; }
a { background-color: rgb(222,15,15); }
div.DivClassName
{
background-color: #DE0F0F;
}
.BgClassName
{
background-color: #DE0F0F;
}
</style>
border-color css
<style>
span { border-color: #DE0F0F; }
span { border-color: rgb(222,15,15); }
td.TdClassName
{
border-color: #DE0F0F;
}
.TagClassName
{
border-color: #DE0F0F;
}
</style>