Shades of Free Speech Red #DF0D08
Tints of Free Speech Red #DF0D08
RGB
CMYK
RGB Variations
Color information
#DF0D08 (or 0xDF0D08) is known color: Free Speech Red. HEX triplet: DF, 0D and 08. RGB value is (223,13,8). Sum of RGB (Red+Green+Blue) = 223+13+8=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0D08 is #20F2F7. Grayscale: #4B4B4B. Windows color (decimal): -2159352 or 527839. OLE color: 527839.
HSL color Cylindrical-coordinate representation of color #DF0D08: hue angle of 1.4º 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 #DF0D08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.13 |
| HSL | 1.4º | 0.93% | 0.45% | - |
| HSV(B) | 1.4º | 0.96% | 0.87% | - |
| XYZ | 30.62 | 15.99 | 1.7 | - |
| YUV | 75.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 8 | 0 | 0.94 | 0.96 | 0.13 | 1.4 | 0.93 | 0.45 |
| Hex | DF | D | 8 | 0 | 5E | 60 | D | 1 | 5D | 2D |
| Octal | 337 | 15 | 10 | 0 | 136 | 140 | 15 | 1 | 135 | 55 |
| Binary | 11011111 | 1101 | 1000 | 0 | 1011110 | 1100000 | 1101 | 1 | 1011101 | 101101 |
Color Harmonies of #DF0D08
Complementary color
Monochromatic Colors of #DF0D08
Black with #DF0D08
Text Example
Text Example
White with #DF0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D08; }
p { color: rgb(223,13,8); }
H1.HeaderClassName
{
color: #DF0D08;
}
.AnyTagClassName
{
color: #DF0D08;
}
</style>
background-color css
<style>
a { background-color: #DF0D08; }
a { background-color: rgb(223,13,8); }
div.DivClassName
{
background-color: #DF0D08;
}
.BgClassName
{
background-color: #DF0D08;
}
</style>
border-color css
<style>
span { border-color: #DF0D08; }
span { border-color: rgb(223,13,8); }
td.TdClassName
{
border-color: #DF0D08;
}
.TagClassName
{
border-color: #DF0D08;
}
</style>