Shades of Free Speech Red #DF1205
Tints of Free Speech Red #DF1205
RGB
CMYK
RGB Variations
Color information
#DF1205 (or 0xDF1205) is known color: Free Speech Red. HEX triplet: DF, 12 and 05. RGB value is (223,18,5). Sum of RGB (Red+Green+Blue) = 223+18+5=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1205 is #20EDFA. Grayscale: #4E4E4E. Windows color (decimal): -2158075 or 332511. OLE color: 332511.
HSL color Cylindrical-coordinate representation of color #DF1205: hue angle of 3.58º 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 #DF1205 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.13 |
| HSL | 3.58º | 0.96% | 0.45% | - |
| HSV(B) | 3.58º | 0.98% | 0.87% | - |
| XYZ | 30.68 | 16.13 | 1.64 | - |
| YUV | 77.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 5 | 0 | 0.92 | 0.98 | 0.13 | 3.58 | 0.96 | 0.45 |
| Hex | DF | 12 | 5 | 0 | 5C | 62 | D | 4 | 60 | 2D |
| Octal | 337 | 22 | 5 | 0 | 134 | 142 | 15 | 4 | 140 | 55 |
| Binary | 11011111 | 10010 | 101 | 0 | 1011100 | 1100010 | 1101 | 100 | 1100000 | 101101 |
Color Harmonies of #DF1205
Complementary color
Monochromatic Colors of #DF1205
Black with #DF1205
Text Example
Text Example
White with #DF1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1205; }
p { color: rgb(223,18,5); }
H1.HeaderClassName
{
color: #DF1205;
}
.AnyTagClassName
{
color: #DF1205;
}
</style>
background-color css
<style>
a { background-color: #DF1205; }
a { background-color: rgb(223,18,5); }
div.DivClassName
{
background-color: #DF1205;
}
.BgClassName
{
background-color: #DF1205;
}
</style>
border-color css
<style>
span { border-color: #DF1205; }
span { border-color: rgb(223,18,5); }
td.TdClassName
{
border-color: #DF1205;
}
.TagClassName
{
border-color: #DF1205;
}
</style>