Shades of Free Speech Red #DF0908
Tints of Free Speech Red #DF0908
RGB
CMYK
RGB Variations
Color information
#DF0908 (or 0xDF0908) is known color: Free Speech Red. HEX triplet: DF, 09 and 08. RGB value is (223,9,8). Sum of RGB (Red+Green+Blue) = 223+9+8=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0908 is #20F6F7. Grayscale: #494949. Windows color (decimal): -2160376 or 526815. OLE color: 526815.
HSL color Cylindrical-coordinate representation of color #DF0908: hue angle of 0.28º degrees, saturation: 0.93, 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 #DF0908 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.13 |
| HSL | 0.28º | 0.93% | 0.45% | - |
| HSV(B) | 0.28º | 0.96% | 0.87% | - |
| XYZ | 30.57 | 15.9 | 1.69 | - |
| YUV | 72.87 | 91.4 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 8 | 0 | 0.96 | 0.96 | 0.13 | 0.28 | 0.93 | 0.45 |
| Hex | DF | 9 | 8 | 0 | 60 | 60 | D | 0 | 5D | 2D |
| Octal | 337 | 11 | 10 | 0 | 140 | 140 | 15 | 0 | 135 | 55 |
| Binary | 11011111 | 1001 | 1000 | 0 | 1100000 | 1100000 | 1101 | 0 | 1011101 | 101101 |
Color Harmonies of #DF0908
Complementary color
Monochromatic Colors of #DF0908
Black with #DF0908
Text Example
Text Example
White with #DF0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0908; }
p { color: rgb(223,9,8); }
H1.HeaderClassName
{
color: #DF0908;
}
.AnyTagClassName
{
color: #DF0908;
}
</style>
background-color css
<style>
a { background-color: #DF0908; }
a { background-color: rgb(223,9,8); }
div.DivClassName
{
background-color: #DF0908;
}
.BgClassName
{
background-color: #DF0908;
}
</style>
border-color css
<style>
span { border-color: #DF0908; }
span { border-color: rgb(223,9,8); }
td.TdClassName
{
border-color: #DF0908;
}
.TagClassName
{
border-color: #DF0908;
}
</style>