Shades of Free Speech Red #DF0E06
Tints of Free Speech Red #DF0E06
RGB
CMYK
RGB Variations
Color information
#DF0E06 (or 0xDF0E06) is known color: Free Speech Red. HEX triplet: DF, 0E and 06. RGB value is (223,14,6). Sum of RGB (Red+Green+Blue) = 223+14+6=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0E06 is #20F1F9. Grayscale: #4B4B4B. Windows color (decimal): -2159098 or 397023. OLE color: 397023.
HSL color Cylindrical-coordinate representation of color #DF0E06: hue angle of 2.21º degrees, saturation: 0.95, 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 #DF0E06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 6 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.13 |
| HSL | 2.21º | 0.95% | 0.45% | - |
| HSV(B) | 2.21º | 0.97% | 0.87% | - |
| XYZ | 30.62 | 16.02 | 1.65 | - |
| YUV | 75.58 | 88.74 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 6 | 0 | 0.94 | 0.97 | 0.13 | 2.21 | 0.95 | 0.45 |
| Hex | DF | E | 6 | 0 | 5E | 61 | D | 2 | 5F | 2D |
| Octal | 337 | 16 | 6 | 0 | 136 | 141 | 15 | 2 | 137 | 55 |
| Binary | 11011111 | 1110 | 110 | 0 | 1011110 | 1100001 | 1101 | 10 | 1011111 | 101101 |
Color Harmonies of #DF0E06
Complementary color
Monochromatic Colors of #DF0E06
Black with #DF0E06
Text Example
Text Example
White with #DF0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E06; }
p { color: rgb(223,14,6); }
H1.HeaderClassName
{
color: #DF0E06;
}
.AnyTagClassName
{
color: #DF0E06;
}
</style>
background-color css
<style>
a { background-color: #DF0E06; }
a { background-color: rgb(223,14,6); }
div.DivClassName
{
background-color: #DF0E06;
}
.BgClassName
{
background-color: #DF0E06;
}
</style>
border-color css
<style>
span { border-color: #DF0E06; }
span { border-color: rgb(223,14,6); }
td.TdClassName
{
border-color: #DF0E06;
}
.TagClassName
{
border-color: #DF0E06;
}
</style>