Shades of Free Speech Red #DF0A00
Tints of Free Speech Red #DF0A00
RGB
CMYK
RGB Variations
Color information
#DF0A00 (or 0xDF0A00) is known color: Free Speech Red. HEX triplet: DF, 0A and 00. RGB value is (223,10,0). Sum of RGB (Red+Green+Blue) = 223+10+0=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A00 is #20F5FF. Grayscale: #484848. Windows color (decimal): -2160128 or 2783. OLE color: 2783.
HSL color Cylindrical-coordinate representation of color #DF0A00: hue angle of 2.69º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.13 |
| HSL | 2.69º | 1% | 0.44% | - |
| HSV(B) | 2.69º | 1% | 0.87% | - |
| XYZ | 30.54 | 15.91 | 1.46 | - |
| YUV | 72.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 0 | 0 | 0.96 | 1 | 0.13 | 2.69 | 1 | 0.44 |
| Hex | DF | A | 0 | 0 | 60 | 64 | D | 3 | 64 | 2C |
| Octal | 337 | 12 | 0 | 0 | 140 | 144 | 15 | 3 | 144 | 54 |
| Binary | 11011111 | 1010 | 0 | 0 | 1100000 | 1100100 | 1101 | 11 | 1100100 | 101100 |
Color Harmonies of #DF0A00
Complementary color
Monochromatic Colors of #DF0A00
Black with #DF0A00
Text Example
Text Example
White with #DF0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A00; }
p { color: rgb(223,10,0); }
H1.HeaderClassName
{
color: #DF0A00;
}
.AnyTagClassName
{
color: #DF0A00;
}
</style>
background-color css
<style>
a { background-color: #DF0A00; }
a { background-color: rgb(223,10,0); }
div.DivClassName
{
background-color: #DF0A00;
}
.BgClassName
{
background-color: #DF0A00;
}
</style>
border-color css
<style>
span { border-color: #DF0A00; }
span { border-color: rgb(223,10,0); }
td.TdClassName
{
border-color: #DF0A00;
}
.TagClassName
{
border-color: #DF0A00;
}
</style>