Shades of Free Speech Red #DF1005
Tints of Free Speech Red #DF1005
RGB
CMYK
RGB Variations
Color information
#DF1005 (or 0xDF1005) is known color: Free Speech Red. HEX triplet: DF, 10 and 05. RGB value is (223,16,5). Sum of RGB (Red+Green+Blue) = 223+16+5=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1005 is #20EFFA. Grayscale: #4C4C4C. Windows color (decimal): -2158587 or 331999. OLE color: 331999.
HSL color Cylindrical-coordinate representation of color #DF1005: hue angle of 3.03º 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 #DF1005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.13 |
| HSL | 3.03º | 0.96% | 0.45% | - |
| HSV(B) | 3.03º | 0.98% | 0.87% | - |
| XYZ | 30.64 | 16.07 | 1.63 | - |
| YUV | 76.64 | 87.58 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 5 | 0 | 0.93 | 0.98 | 0.13 | 3.03 | 0.96 | 0.45 |
| Hex | DF | 10 | 5 | 0 | 5D | 62 | D | 3 | 60 | 2D |
| Octal | 337 | 20 | 5 | 0 | 135 | 142 | 15 | 3 | 140 | 55 |
| Binary | 11011111 | 10000 | 101 | 0 | 1011101 | 1100010 | 1101 | 11 | 1100000 | 101101 |
Color Harmonies of #DF1005
Complementary color
Monochromatic Colors of #DF1005
Black with #DF1005
Text Example
Text Example
White with #DF1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1005; }
p { color: rgb(223,16,5); }
H1.HeaderClassName
{
color: #DF1005;
}
.AnyTagClassName
{
color: #DF1005;
}
</style>
background-color css
<style>
a { background-color: #DF1005; }
a { background-color: rgb(223,16,5); }
div.DivClassName
{
background-color: #DF1005;
}
.BgClassName
{
background-color: #DF1005;
}
</style>
border-color css
<style>
span { border-color: #DF1005; }
span { border-color: rgb(223,16,5); }
td.TdClassName
{
border-color: #DF1005;
}
.TagClassName
{
border-color: #DF1005;
}
</style>