Shades of Free Speech Red #DF0800
Tints of Free Speech Red #DF0800
RGB
CMYK
RGB Variations
Color information
#DF0800 (or 0xDF0800) is known color: Free Speech Red. HEX triplet: DF, 08 and 00. RGB value is (223,8,0). Sum of RGB (Red+Green+Blue) = 223+8+0=231 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.54% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0800 is #20F7FF. Grayscale: #474747. Windows color (decimal): -2160640 or 2271. OLE color: 2271.
HSL color Cylindrical-coordinate representation of color #DF0800: hue angle of 2.15º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.13 |
| HSL | 2.15º | 1% | 0.44% | - |
| HSV(B) | 2.15º | 1% | 0.87% | - |
| XYZ | 30.52 | 15.86 | 1.45 | - |
| YUV | 71.37 | 87.73 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 0 | 0 | 0.96 | 1 | 0.13 | 2.15 | 1 | 0.44 |
| Hex | DF | 8 | 0 | 0 | 60 | 64 | D | 2 | 64 | 2C |
| Octal | 337 | 10 | 0 | 0 | 140 | 144 | 15 | 2 | 144 | 54 |
| Binary | 11011111 | 1000 | 0 | 0 | 1100000 | 1100100 | 1101 | 10 | 1100100 | 101100 |
Color Harmonies of #DF0800
Complementary color
Monochromatic Colors of #DF0800
Black with #DF0800
Text Example
Text Example
White with #DF0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0800; }
p { color: rgb(223,8,0); }
H1.HeaderClassName
{
color: #DF0800;
}
.AnyTagClassName
{
color: #DF0800;
}
</style>
background-color css
<style>
a { background-color: #DF0800; }
a { background-color: rgb(223,8,0); }
div.DivClassName
{
background-color: #DF0800;
}
.BgClassName
{
background-color: #DF0800;
}
</style>
border-color css
<style>
span { border-color: #DF0800; }
span { border-color: rgb(223,8,0); }
td.TdClassName
{
border-color: #DF0800;
}
.TagClassName
{
border-color: #DF0800;
}
</style>