Shades of Free Speech Red #DF120D
Tints of Free Speech Red #DF120D
RGB
CMYK
RGB Variations
Color information
#DF120D (or 0xDF120D) is known color: Free Speech Red. HEX triplet: DF, 12 and 0D. RGB value is (223,18,13). Sum of RGB (Red+Green+Blue) = 223+18+13=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF120D is #20EDF2. Grayscale: #4E4E4E. Windows color (decimal): -2158067 or 856799. OLE color: 856799.
HSL color Cylindrical-coordinate representation of color #DF120D: hue angle of 1.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF120D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.13 |
| HSL | 1.43º | 0.89% | 0.46% | - |
| HSV(B) | 1.43º | 0.94% | 0.87% | - |
| XYZ | 30.72 | 16.15 | 1.88 | - |
| YUV | 78.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 13 | 0 | 0.92 | 0.94 | 0.13 | 1.43 | 0.89 | 0.46 |
| Hex | DF | 12 | D | 0 | 5C | 5E | D | 1 | 59 | 2E |
| Octal | 337 | 22 | 15 | 0 | 134 | 136 | 15 | 1 | 131 | 56 |
| Binary | 11011111 | 10010 | 1101 | 0 | 1011100 | 1011110 | 1101 | 1 | 1011001 | 101110 |
Color Harmonies of #DF120D
Complementary color
Monochromatic Colors of #DF120D
Black with #DF120D
Text Example
Text Example
White with #DF120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF120D; }
p { color: rgb(223,18,13); }
H1.HeaderClassName
{
color: #DF120D;
}
.AnyTagClassName
{
color: #DF120D;
}
</style>
background-color css
<style>
a { background-color: #DF120D; }
a { background-color: rgb(223,18,13); }
div.DivClassName
{
background-color: #DF120D;
}
.BgClassName
{
background-color: #DF120D;
}
</style>
border-color css
<style>
span { border-color: #DF120D; }
span { border-color: rgb(223,18,13); }
td.TdClassName
{
border-color: #DF120D;
}
.TagClassName
{
border-color: #DF120D;
}
</style>