Shades of Free Speech Red #DF0F03
Tints of Free Speech Red #DF0F03
RGB
CMYK
RGB Variations
Color information
#DF0F03 (or 0xDF0F03) is known color: Free Speech Red. HEX triplet: DF, 0F and 03. RGB value is (223,15,3). Sum of RGB (Red+Green+Blue) = 223+15+3=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0F03 is #20F0FC. Grayscale: #4C4C4C. Windows color (decimal): -2158845 or 200671. OLE color: 200671.
HSL color Cylindrical-coordinate representation of color #DF0F03: hue angle of 3.27º 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 #DF0F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.13 |
| HSL | 3.27º | 0.97% | 0.44% | - |
| HSV(B) | 3.27º | 0.99% | 0.87% | - |
| XYZ | 30.62 | 16.04 | 1.57 | - |
| YUV | 75.82 | 86.91 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 3 | 0 | 0.93 | 0.99 | 0.13 | 3.27 | 0.97 | 0.44 |
| Hex | DF | F | 3 | 0 | 5D | 63 | D | 3 | 61 | 2C |
| Octal | 337 | 17 | 3 | 0 | 135 | 143 | 15 | 3 | 141 | 54 |
| Binary | 11011111 | 1111 | 11 | 0 | 1011101 | 1100011 | 1101 | 11 | 1100001 | 101100 |
Color Harmonies of #DF0F03
Complementary color
Monochromatic Colors of #DF0F03
Black with #DF0F03
Text Example
Text Example
White with #DF0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F03; }
p { color: rgb(223,15,3); }
H1.HeaderClassName
{
color: #DF0F03;
}
.AnyTagClassName
{
color: #DF0F03;
}
</style>
background-color css
<style>
a { background-color: #DF0F03; }
a { background-color: rgb(223,15,3); }
div.DivClassName
{
background-color: #DF0F03;
}
.BgClassName
{
background-color: #DF0F03;
}
</style>
border-color css
<style>
span { border-color: #DF0F03; }
span { border-color: rgb(223,15,3); }
td.TdClassName
{
border-color: #DF0F03;
}
.TagClassName
{
border-color: #DF0F03;
}
</style>