Shades of Free Speech Red #DF0F0A
Tints of Free Speech Red #DF0F0A
RGB
CMYK
RGB Variations
Color information
#DF0F0A (or 0xDF0F0A) is known color: Free Speech Red. HEX triplet: DF, 0F and 0A. RGB value is (223,15,10). Sum of RGB (Red+Green+Blue) = 223+15+10=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F0A is #20F0F5. Grayscale: #4C4C4C. Windows color (decimal): -2158838 or 659423. OLE color: 659423.
HSL color Cylindrical-coordinate representation of color #DF0F0A: hue angle of 1.41º 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 #DF0F0A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 10 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.13 |
| HSL | 1.41º | 0.91% | 0.46% | - |
| HSV(B) | 1.41º | 0.96% | 0.87% | - |
| XYZ | 30.66 | 16.05 | 1.77 | - |
| YUV | 76.62 | 90.41 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 10 | 0 | 0.93 | 0.96 | 0.13 | 1.41 | 0.91 | 0.46 |
| Hex | DF | F | A | 0 | 5D | 60 | D | 1 | 5B | 2E |
| Octal | 337 | 17 | 12 | 0 | 135 | 140 | 15 | 1 | 133 | 56 |
| Binary | 11011111 | 1111 | 1010 | 0 | 1011101 | 1100000 | 1101 | 1 | 1011011 | 101110 |
Color Harmonies of #DF0F0A
Complementary color
Monochromatic Colors of #DF0F0A
Black with #DF0F0A
Text Example
Text Example
White with #DF0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F0A; }
p { color: rgb(223,15,10); }
H1.HeaderClassName
{
color: #DF0F0A;
}
.AnyTagClassName
{
color: #DF0F0A;
}
</style>
background-color css
<style>
a { background-color: #DF0F0A; }
a { background-color: rgb(223,15,10); }
div.DivClassName
{
background-color: #DF0F0A;
}
.BgClassName
{
background-color: #DF0F0A;
}
</style>
border-color css
<style>
span { border-color: #DF0F0A; }
span { border-color: rgb(223,15,10); }
td.TdClassName
{
border-color: #DF0F0A;
}
.TagClassName
{
border-color: #DF0F0A;
}
</style>