Shades of Free Speech Red #DF0B09
Tints of Free Speech Red #DF0B09
RGB
CMYK
RGB Variations
Color information
#DF0B09 (or 0xDF0B09) is known color: Free Speech Red. HEX triplet: DF, 0B and 09. RGB value is (223,11,9). Sum of RGB (Red+Green+Blue) = 223+11+9=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B09 is #20F4F6. Grayscale: #4A4A4A. Windows color (decimal): -2159863 or 592863. OLE color: 592863.
HSL color Cylindrical-coordinate representation of color #DF0B09: hue angle of 0.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.13 |
| HSL | 0.56º | 0.92% | 0.45% | - |
| HSV(B) | 0.56º | 0.96% | 0.87% | - |
| XYZ | 30.6 | 15.95 | 1.72 | - |
| YUV | 74.16 | 91.24 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 9 | 0 | 0.95 | 0.96 | 0.13 | 0.56 | 0.92 | 0.45 |
| Hex | DF | B | 9 | 0 | 5F | 60 | D | 1 | 5C | 2D |
| Octal | 337 | 13 | 11 | 0 | 137 | 140 | 15 | 1 | 134 | 55 |
| Binary | 11011111 | 1011 | 1001 | 0 | 1011111 | 1100000 | 1101 | 1 | 1011100 | 101101 |
Color Harmonies of #DF0B09
Complementary color
Monochromatic Colors of #DF0B09
Black with #DF0B09
Text Example
Text Example
White with #DF0B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B09; }
p { color: rgb(223,11,9); }
H1.HeaderClassName
{
color: #DF0B09;
}
.AnyTagClassName
{
color: #DF0B09;
}
</style>
background-color css
<style>
a { background-color: #DF0B09; }
a { background-color: rgb(223,11,9); }
div.DivClassName
{
background-color: #DF0B09;
}
.BgClassName
{
background-color: #DF0B09;
}
</style>
border-color css
<style>
span { border-color: #DF0B09; }
span { border-color: rgb(223,11,9); }
td.TdClassName
{
border-color: #DF0B09;
}
.TagClassName
{
border-color: #DF0B09;
}
</style>