Shades of Free Speech Red #DF1010
Tints of Free Speech Red #DF1010
RGB
CMYK
RGB Variations
Color information
#DF1010 (or 0xDF1010) is known color: Free Speech Red. HEX triplet: DF, 10 and 10. RGB value is (223,16,16). Sum of RGB (Red+Green+Blue) = 223+16+16=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1010 is #20EFEF. Grayscale: #4E4E4E. Windows color (decimal): -2158576 or 1052895. OLE color: 1052895.
HSL color Cylindrical-coordinate representation of color #DF1010: hue angle of 0º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1010 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.13 |
| HSL | 0º | 0.87% | 0.47% | - |
| HSV(B) | 0º | 0.93% | 0.87% | - |
| XYZ | 30.71 | 16.1 | 1.98 | - |
| YUV | 77.89 | 93.08 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 16 | 0 | 0.93 | 0.93 | 0.13 | 0 | 0.87 | 0.47 |
| Hex | DF | 10 | 10 | 0 | 5D | 5D | D | 0 | 57 | 2F |
| Octal | 337 | 20 | 20 | 0 | 135 | 135 | 15 | 0 | 127 | 57 |
| Binary | 11011111 | 10000 | 10000 | 0 | 1011101 | 1011101 | 1101 | 0 | 1010111 | 101111 |
Color Harmonies of #DF1010
Complementary color
Monochromatic Colors of #DF1010
Black with #DF1010
Text Example
Text Example
White with #DF1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1010; }
p { color: rgb(223,16,16); }
H1.HeaderClassName
{
color: #DF1010;
}
.AnyTagClassName
{
color: #DF1010;
}
</style>
background-color css
<style>
a { background-color: #DF1010; }
a { background-color: rgb(223,16,16); }
div.DivClassName
{
background-color: #DF1010;
}
.BgClassName
{
background-color: #DF1010;
}
</style>
border-color css
<style>
span { border-color: #DF1010; }
span { border-color: rgb(223,16,16); }
td.TdClassName
{
border-color: #DF1010;
}
.TagClassName
{
border-color: #DF1010;
}
</style>