Shades of Free Speech Red #DF0606
Tints of Free Speech Red #DF0606
RGB
CMYK
RGB Variations
Color information
#DF0606 (or 0xDF0606) is known color: Free Speech Red. HEX triplet: DF, 06 and 06. RGB value is (223,6,6). Sum of RGB (Red+Green+Blue) = 223+6+6=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0606 is #20F9F9. Grayscale: #474747. Windows color (decimal): -2161146 or 394975. OLE color: 394975.
HSL color Cylindrical-coordinate representation of color #DF0606: hue angle of 0º 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 #DF0606 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.13 |
| HSL | 0º | 0.95% | 0.45% | - |
| HSV(B) | 0º | 0.97% | 0.87% | - |
| XYZ | 30.53 | 15.83 | 1.62 | - |
| YUV | 70.88 | 91.39 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 6 | 0 | 0.97 | 0.97 | 0.13 | 0 | 0.95 | 0.45 |
| Hex | DF | 6 | 6 | 0 | 61 | 61 | D | 0 | 5F | 2D |
| Octal | 337 | 6 | 6 | 0 | 141 | 141 | 15 | 0 | 137 | 55 |
| Binary | 11011111 | 110 | 110 | 0 | 1100001 | 1100001 | 1101 | 0 | 1011111 | 101101 |
Color Harmonies of #DF0606
Complementary color
Monochromatic Colors of #DF0606
Black with #DF0606
Text Example
Text Example
White with #DF0606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0606; }
p { color: rgb(223,6,6); }
H1.HeaderClassName
{
color: #DF0606;
}
.AnyTagClassName
{
color: #DF0606;
}
</style>
background-color css
<style>
a { background-color: #DF0606; }
a { background-color: rgb(223,6,6); }
div.DivClassName
{
background-color: #DF0606;
}
.BgClassName
{
background-color: #DF0606;
}
</style>
border-color css
<style>
span { border-color: #DF0606; }
span { border-color: rgb(223,6,6); }
td.TdClassName
{
border-color: #DF0606;
}
.TagClassName
{
border-color: #DF0606;
}
</style>