Shades of Free Speech Red #DF0901
Tints of Free Speech Red #DF0901
RGB
CMYK
RGB Variations
Color information
#DF0901 (or 0xDF0901) is known color: Free Speech Red. HEX triplet: DF, 09 and 01. RGB value is (223,9,1). Sum of RGB (Red+Green+Blue) = 223+9+1=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0901 is #20F6FE. Grayscale: #484848. Windows color (decimal): -2160383 or 68063. OLE color: 68063.
HSL color Cylindrical-coordinate representation of color #DF0901: hue angle of 2.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.13 |
| HSL | 2.16º | 0.99% | 0.44% | - |
| HSV(B) | 2.16º | 1% | 0.87% | - |
| XYZ | 30.53 | 15.89 | 1.49 | - |
| YUV | 72.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 1 | 0 | 0.96 | 1.00 | 0.13 | 2.16 | 0.99 | 0.44 |
| Hex | DF | 9 | 1 | 0 | 60 | 64 | D | 2 | 63 | 2C |
| Octal | 337 | 11 | 1 | 0 | 140 | 144 | 15 | 2 | 143 | 54 |
| Binary | 11011111 | 1001 | 1 | 0 | 1100000 | 1100100 | 1101 | 10 | 1100011 | 101100 |
Color Harmonies of #DF0901
Complementary color
Monochromatic Colors of #DF0901
Black with #DF0901
Text Example
Text Example
White with #DF0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0901; }
p { color: rgb(223,9,1); }
H1.HeaderClassName
{
color: #DF0901;
}
.AnyTagClassName
{
color: #DF0901;
}
</style>
background-color css
<style>
a { background-color: #DF0901; }
a { background-color: rgb(223,9,1); }
div.DivClassName
{
background-color: #DF0901;
}
.BgClassName
{
background-color: #DF0901;
}
</style>
border-color css
<style>
span { border-color: #DF0901; }
span { border-color: rgb(223,9,1); }
td.TdClassName
{
border-color: #DF0901;
}
.TagClassName
{
border-color: #DF0901;
}
</style>