Shades of Free Speech Red #DF0F08
Tints of Free Speech Red #DF0F08
RGB
CMYK
RGB Variations
Color information
#DF0F08 (or 0xDF0F08) is known color: Free Speech Red. HEX triplet: DF, 0F and 08. RGB value is (223,15,8). Sum of RGB (Red+Green+Blue) = 223+15+8=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F08 is #20F0F7. Grayscale: #4C4C4C. Windows color (decimal): -2158840 or 528351. OLE color: 528351.
HSL color Cylindrical-coordinate representation of color #DF0F08: hue angle of 1.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0F08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.13 |
| HSL | 1.95º | 0.93% | 0.45% | - |
| HSV(B) | 1.95º | 0.96% | 0.87% | - |
| XYZ | 30.65 | 16.05 | 1.71 | - |
| YUV | 76.39 | 89.41 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 8 | 0 | 0.93 | 0.96 | 0.13 | 1.95 | 0.93 | 0.45 |
| Hex | DF | F | 8 | 0 | 5D | 60 | D | 2 | 5D | 2D |
| Octal | 337 | 17 | 10 | 0 | 135 | 140 | 15 | 2 | 135 | 55 |
| Binary | 11011111 | 1111 | 1000 | 0 | 1011101 | 1100000 | 1101 | 10 | 1011101 | 101101 |
Color Harmonies of #DF0F08
Complementary color
Monochromatic Colors of #DF0F08
Black with #DF0F08
Text Example
Text Example
White with #DF0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F08; }
p { color: rgb(223,15,8); }
H1.HeaderClassName
{
color: #DF0F08;
}
.AnyTagClassName
{
color: #DF0F08;
}
</style>
background-color css
<style>
a { background-color: #DF0F08; }
a { background-color: rgb(223,15,8); }
div.DivClassName
{
background-color: #DF0F08;
}
.BgClassName
{
background-color: #DF0F08;
}
</style>
border-color css
<style>
span { border-color: #DF0F08; }
span { border-color: rgb(223,15,8); }
td.TdClassName
{
border-color: #DF0F08;
}
.TagClassName
{
border-color: #DF0F08;
}
</style>