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