Shades of Free Speech Red #DF0703
Tints of Free Speech Red #DF0703
RGB
CMYK
RGB Variations
Color information
#DF0703 (or 0xDF0703) is known color: Free Speech Red. HEX triplet: DF, 07 and 03. RGB value is (223,7,3). Sum of RGB (Red+Green+Blue) = 223+7+3=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0703 is #20F8FC. Grayscale: #474747. Windows color (decimal): -2160893 or 198623. OLE color: 198623.
HSL color Cylindrical-coordinate representation of color #DF0703: hue angle of 1.09º 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 #DF0703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.13 |
| HSL | 1.09º | 0.97% | 0.44% | - |
| HSV(B) | 1.09º | 0.99% | 0.87% | - |
| XYZ | 30.52 | 15.85 | 1.54 | - |
| YUV | 71.13 | 89.56 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 3 | 0 | 0.97 | 0.99 | 0.13 | 1.09 | 0.97 | 0.44 |
| Hex | DF | 7 | 3 | 0 | 61 | 63 | D | 1 | 61 | 2C |
| Octal | 337 | 7 | 3 | 0 | 141 | 143 | 15 | 1 | 141 | 54 |
| Binary | 11011111 | 111 | 11 | 0 | 1100001 | 1100011 | 1101 | 1 | 1100001 | 101100 |
Color Harmonies of #DF0703
Complementary color
Monochromatic Colors of #DF0703
Black with #DF0703
Text Example
Text Example
White with #DF0703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0703; }
p { color: rgb(223,7,3); }
H1.HeaderClassName
{
color: #DF0703;
}
.AnyTagClassName
{
color: #DF0703;
}
</style>
background-color css
<style>
a { background-color: #DF0703; }
a { background-color: rgb(223,7,3); }
div.DivClassName
{
background-color: #DF0703;
}
.BgClassName
{
background-color: #DF0703;
}
</style>
border-color css
<style>
span { border-color: #DF0703; }
span { border-color: rgb(223,7,3); }
td.TdClassName
{
border-color: #DF0703;
}
.TagClassName
{
border-color: #DF0703;
}
</style>