Shades of Free Speech Red #DF0803
Tints of Free Speech Red #DF0803
RGB
CMYK
RGB Variations
Color information
#DF0803 (or 0xDF0803) is known color: Free Speech Red. HEX triplet: DF, 08 and 03. RGB value is (223,8,3). Sum of RGB (Red+Green+Blue) = 223+8+3=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0803 is #20F7FC. Grayscale: #474747. Windows color (decimal): -2160637 or 198879. OLE color: 198879.
HSL color Cylindrical-coordinate representation of color #DF0803: hue angle of 1.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0803 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.13 |
| HSL | 1.36º | 0.97% | 0.44% | - |
| HSV(B) | 1.36º | 0.99% | 0.87% | - |
| XYZ | 30.53 | 15.87 | 1.54 | - |
| YUV | 71.72 | 89.23 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 3 | 0 | 0.96 | 0.99 | 0.13 | 1.36 | 0.97 | 0.44 |
| Hex | DF | 8 | 3 | 0 | 60 | 63 | D | 1 | 61 | 2C |
| Octal | 337 | 10 | 3 | 0 | 140 | 143 | 15 | 1 | 141 | 54 |
| Binary | 11011111 | 1000 | 11 | 0 | 1100000 | 1100011 | 1101 | 1 | 1100001 | 101100 |
Color Harmonies of #DF0803
Complementary color
Monochromatic Colors of #DF0803
Black with #DF0803
Text Example
Text Example
White with #DF0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0803; }
p { color: rgb(223,8,3); }
H1.HeaderClassName
{
color: #DF0803;
}
.AnyTagClassName
{
color: #DF0803;
}
</style>
background-color css
<style>
a { background-color: #DF0803; }
a { background-color: rgb(223,8,3); }
div.DivClassName
{
background-color: #DF0803;
}
.BgClassName
{
background-color: #DF0803;
}
</style>
border-color css
<style>
span { border-color: #DF0803; }
span { border-color: rgb(223,8,3); }
td.TdClassName
{
border-color: #DF0803;
}
.TagClassName
{
border-color: #DF0803;
}
</style>