Shades of Free Speech Red #DF130D
Tints of Free Speech Red #DF130D
RGB
CMYK
RGB Variations
Color information
#DF130D (or 0xDF130D) is known color: Free Speech Red. HEX triplet: DF, 13 and 0D. RGB value is (223,19,13). Sum of RGB (Red+Green+Blue) = 223+19+13=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF130D is #20ECF2. Grayscale: #4F4F4F. Windows color (decimal): -2157811 or 857055. OLE color: 857055.
HSL color Cylindrical-coordinate representation of color #DF130D: hue angle of 1.71º 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 #DF130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.13 |
| HSL | 1.71º | 0.89% | 0.46% | - |
| HSV(B) | 1.71º | 0.94% | 0.87% | - |
| XYZ | 30.74 | 16.18 | 1.88 | - |
| YUV | 79.31 | 90.59 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 13 | 0 | 0.91 | 0.94 | 0.13 | 1.71 | 0.89 | 0.46 |
| Hex | DF | 13 | D | 0 | 5B | 5E | D | 2 | 59 | 2E |
| Octal | 337 | 23 | 15 | 0 | 133 | 136 | 15 | 2 | 131 | 56 |
| Binary | 11011111 | 10011 | 1101 | 0 | 1011011 | 1011110 | 1101 | 10 | 1011001 | 101110 |
Color Harmonies of #DF130D
Complementary color
Monochromatic Colors of #DF130D
Black with #DF130D
Text Example
Text Example
White with #DF130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF130D; }
p { color: rgb(223,19,13); }
H1.HeaderClassName
{
color: #DF130D;
}
.AnyTagClassName
{
color: #DF130D;
}
</style>
background-color css
<style>
a { background-color: #DF130D; }
a { background-color: rgb(223,19,13); }
div.DivClassName
{
background-color: #DF130D;
}
.BgClassName
{
background-color: #DF130D;
}
</style>
border-color css
<style>
span { border-color: #DF130D; }
span { border-color: rgb(223,19,13); }
td.TdClassName
{
border-color: #DF130D;
}
.TagClassName
{
border-color: #DF130D;
}
</style>