Shades of Free Speech Red #DF0A0A
Tints of Free Speech Red #DF0A0A
RGB
CMYK
RGB Variations
Color information
#DF0A0A (or 0xDF0A0A) is known color: Free Speech Red. HEX triplet: DF, 0A and 0A. RGB value is (223,10,10). Sum of RGB (Red+Green+Blue) = 223+10+10=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A0A is #20F5F5. Grayscale: #494949. Windows color (decimal): -2160118 or 658143. OLE color: 658143.
HSL color Cylindrical-coordinate representation of color #DF0A0A: hue angle of 0º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A0A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.13 |
| HSL | 0º | 0.91% | 0.46% | - |
| HSV(B) | 0º | 0.96% | 0.87% | - |
| XYZ | 30.59 | 15.93 | 1.75 | - |
| YUV | 73.69 | 92.07 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 10 | 0 | 0.96 | 0.96 | 0.13 | 0 | 0.91 | 0.46 |
| Hex | DF | A | A | 0 | 60 | 60 | D | 0 | 5B | 2E |
| Octal | 337 | 12 | 12 | 0 | 140 | 140 | 15 | 0 | 133 | 56 |
| Binary | 11011111 | 1010 | 1010 | 0 | 1100000 | 1100000 | 1101 | 0 | 1011011 | 101110 |
Color Harmonies of #DF0A0A
Complementary color
Monochromatic Colors of #DF0A0A
Black with #DF0A0A
Text Example
Text Example
White with #DF0A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A0A; }
p { color: rgb(223,10,10); }
H1.HeaderClassName
{
color: #DF0A0A;
}
.AnyTagClassName
{
color: #DF0A0A;
}
</style>
background-color css
<style>
a { background-color: #DF0A0A; }
a { background-color: rgb(223,10,10); }
div.DivClassName
{
background-color: #DF0A0A;
}
.BgClassName
{
background-color: #DF0A0A;
}
</style>
border-color css
<style>
span { border-color: #DF0A0A; }
span { border-color: rgb(223,10,10); }
td.TdClassName
{
border-color: #DF0A0A;
}
.TagClassName
{
border-color: #DF0A0A;
}
</style>