Shades of Free Speech Red #DF0E08
Tints of Free Speech Red #DF0E08
RGB
CMYK
RGB Variations
Color information
#DF0E08 (or 0xDF0E08) is known color: Free Speech Red. HEX triplet: DF, 0E and 08. RGB value is (223,14,8). Sum of RGB (Red+Green+Blue) = 223+14+8=245 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.02% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0E08 is #20F1F7. Grayscale: #4C4C4C. Windows color (decimal): -2159096 or 528095. OLE color: 528095.
HSL color Cylindrical-coordinate representation of color #DF0E08: hue angle of 1.67º 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 #DF0E08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.13 |
| HSL | 1.67º | 0.93% | 0.45% | - |
| HSV(B) | 1.67º | 0.96% | 0.87% | - |
| XYZ | 30.63 | 16.02 | 1.71 | - |
| YUV | 75.81 | 89.74 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 8 | 0 | 0.94 | 0.96 | 0.13 | 1.67 | 0.93 | 0.45 |
| Hex | DF | E | 8 | 0 | 5E | 60 | D | 2 | 5D | 2D |
| Octal | 337 | 16 | 10 | 0 | 136 | 140 | 15 | 2 | 135 | 55 |
| Binary | 11011111 | 1110 | 1000 | 0 | 1011110 | 1100000 | 1101 | 10 | 1011101 | 101101 |
Color Harmonies of #DF0E08
Complementary color
Monochromatic Colors of #DF0E08
Black with #DF0E08
Text Example
Text Example
White with #DF0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E08; }
p { color: rgb(223,14,8); }
H1.HeaderClassName
{
color: #DF0E08;
}
.AnyTagClassName
{
color: #DF0E08;
}
</style>
background-color css
<style>
a { background-color: #DF0E08; }
a { background-color: rgb(223,14,8); }
div.DivClassName
{
background-color: #DF0E08;
}
.BgClassName
{
background-color: #DF0E08;
}
</style>
border-color css
<style>
span { border-color: #DF0E08; }
span { border-color: rgb(223,14,8); }
td.TdClassName
{
border-color: #DF0E08;
}
.TagClassName
{
border-color: #DF0E08;
}
</style>