Shades of Free Speech Red #DF0200
Tints of Free Speech Red #DF0200
RGB
CMYK
RGB Variations
Color information
#DF0200 (or 0xDF0200) is known color: Free Speech Red. HEX triplet: DF, 02 and 00. RGB value is (223,2,0). Sum of RGB (Red+Green+Blue) = 223+2+0=225 (29% of max value = 765). Red value is 223 (87.5% from 255 or 99.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0200 is #20FDFF. Grayscale: #444444. Windows color (decimal): -2162176 or 735. OLE color: 735.
HSL color Cylindrical-coordinate representation of color #DF0200: hue angle of 0.54º 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 #DF0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.13 |
| HSL | 0.54º | 1% | 0.44% | - |
| HSV(B) | 0.54º | 1% | 0.87% | - |
| XYZ | 30.45 | 15.73 | 1.43 | - |
| YUV | 67.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 0 | 0 | 0.99 | 1 | 0.13 | 0.54 | 1 | 0.44 |
| Hex | DF | 2 | 0 | 0 | 63 | 64 | D | 1 | 64 | 2C |
| Octal | 337 | 2 | 0 | 0 | 143 | 144 | 15 | 1 | 144 | 54 |
| Binary | 11011111 | 10 | 0 | 0 | 1100011 | 1100100 | 1101 | 1 | 1100100 | 101100 |
Color Harmonies of #DF0200
Complementary color
Monochromatic Colors of #DF0200
Black with #DF0200
Text Example
Text Example
White with #DF0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0200; }
p { color: rgb(223,2,0); }
H1.HeaderClassName
{
color: #DF0200;
}
.AnyTagClassName
{
color: #DF0200;
}
</style>
background-color css
<style>
a { background-color: #DF0200; }
a { background-color: rgb(223,2,0); }
div.DivClassName
{
background-color: #DF0200;
}
.BgClassName
{
background-color: #DF0200;
}
</style>
border-color css
<style>
span { border-color: #DF0200; }
span { border-color: rgb(223,2,0); }
td.TdClassName
{
border-color: #DF0200;
}
.TagClassName
{
border-color: #DF0200;
}
</style>