Shades of Free Speech Red #DF0A04
Tints of Free Speech Red #DF0A04
RGB
CMYK
RGB Variations
Color information
#DF0A04 (or 0xDF0A04) is known color: Free Speech Red. HEX triplet: DF, 0A and 04. RGB value is (223,10,4). Sum of RGB (Red+Green+Blue) = 223+10+4=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A04 is #20F5FB. Grayscale: #494949. Windows color (decimal): -2160124 or 264927. OLE color: 264927.
HSL color Cylindrical-coordinate representation of color #DF0A04: hue angle of 1.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0A04 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.13 |
| HSL | 1.64º | 0.96% | 0.45% | - |
| HSV(B) | 1.64º | 0.98% | 0.87% | - |
| XYZ | 30.56 | 15.91 | 1.58 | - |
| YUV | 73 | 89.07 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 4 | 0 | 0.96 | 0.98 | 0.13 | 1.64 | 0.96 | 0.45 |
| Hex | DF | A | 4 | 0 | 60 | 62 | D | 2 | 60 | 2D |
| Octal | 337 | 12 | 4 | 0 | 140 | 142 | 15 | 2 | 140 | 55 |
| Binary | 11011111 | 1010 | 100 | 0 | 1100000 | 1100010 | 1101 | 10 | 1100000 | 101101 |
Color Harmonies of #DF0A04
Complementary color
Monochromatic Colors of #DF0A04
Black with #DF0A04
Text Example
Text Example
White with #DF0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A04; }
p { color: rgb(223,10,4); }
H1.HeaderClassName
{
color: #DF0A04;
}
.AnyTagClassName
{
color: #DF0A04;
}
</style>
background-color css
<style>
a { background-color: #DF0A04; }
a { background-color: rgb(223,10,4); }
div.DivClassName
{
background-color: #DF0A04;
}
.BgClassName
{
background-color: #DF0A04;
}
</style>
border-color css
<style>
span { border-color: #DF0A04; }
span { border-color: rgb(223,10,4); }
td.TdClassName
{
border-color: #DF0A04;
}
.TagClassName
{
border-color: #DF0A04;
}
</style>