Shades of Free Speech Red #DF0F0D
Tints of Free Speech Red #DF0F0D
RGB
CMYK
RGB Variations
Color information
#DF0F0D (or 0xDF0F0D) is known color: Free Speech Red. HEX triplet: DF, 0F and 0D. RGB value is (223,15,13). Sum of RGB (Red+Green+Blue) = 223+15+13=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F0D is #20F0F2. Grayscale: #4D4D4D. Windows color (decimal): -2158835 or 856031. OLE color: 856031.
HSL color Cylindrical-coordinate representation of color #DF0F0D: hue angle of 0.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0F0D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.13 |
| HSL | 0.57º | 0.89% | 0.46% | - |
| HSV(B) | 0.57º | 0.94% | 0.87% | - |
| XYZ | 30.67 | 16.06 | 1.86 | - |
| YUV | 76.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 13 | 0 | 0.93 | 0.94 | 0.13 | 0.57 | 0.89 | 0.46 |
| Hex | DF | F | D | 0 | 5D | 5E | D | 1 | 59 | 2E |
| Octal | 337 | 17 | 15 | 0 | 135 | 136 | 15 | 1 | 131 | 56 |
| Binary | 11011111 | 1111 | 1101 | 0 | 1011101 | 1011110 | 1101 | 1 | 1011001 | 101110 |
Color Harmonies of #DF0F0D
Complementary color
Monochromatic Colors of #DF0F0D
Black with #DF0F0D
Text Example
Text Example
White with #DF0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F0D; }
p { color: rgb(223,15,13); }
H1.HeaderClassName
{
color: #DF0F0D;
}
.AnyTagClassName
{
color: #DF0F0D;
}
</style>
background-color css
<style>
a { background-color: #DF0F0D; }
a { background-color: rgb(223,15,13); }
div.DivClassName
{
background-color: #DF0F0D;
}
.BgClassName
{
background-color: #DF0F0D;
}
</style>
border-color css
<style>
span { border-color: #DF0F0D; }
span { border-color: rgb(223,15,13); }
td.TdClassName
{
border-color: #DF0F0D;
}
.TagClassName
{
border-color: #DF0F0D;
}
</style>