Shades of Free Speech Red #DF130A
Tints of Free Speech Red #DF130A
RGB
CMYK
RGB Variations
Color information
#DF130A (or 0xDF130A) is known color: Free Speech Red. HEX triplet: DF, 13 and 0A. RGB value is (223,19,10). Sum of RGB (Red+Green+Blue) = 223+19+10=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF130A is #20ECF5. Grayscale: #4F4F4F. Windows color (decimal): -2157814 or 660447. OLE color: 660447.
HSL color Cylindrical-coordinate representation of color #DF130A: hue angle of 2.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF130A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.13 |
| HSL | 2.54º | 0.91% | 0.46% | - |
| HSV(B) | 2.54º | 0.96% | 0.87% | - |
| XYZ | 30.72 | 16.18 | 1.79 | - |
| YUV | 78.97 | 89.09 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 10 | 0 | 0.91 | 0.96 | 0.13 | 2.54 | 0.91 | 0.46 |
| Hex | DF | 13 | A | 0 | 5B | 60 | D | 3 | 5B | 2E |
| Octal | 337 | 23 | 12 | 0 | 133 | 140 | 15 | 3 | 133 | 56 |
| Binary | 11011111 | 10011 | 1010 | 0 | 1011011 | 1100000 | 1101 | 11 | 1011011 | 101110 |
Color Harmonies of #DF130A
Complementary color
Monochromatic Colors of #DF130A
Black with #DF130A
Text Example
Text Example
White with #DF130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF130A; }
p { color: rgb(223,19,10); }
H1.HeaderClassName
{
color: #DF130A;
}
.AnyTagClassName
{
color: #DF130A;
}
</style>
background-color css
<style>
a { background-color: #DF130A; }
a { background-color: rgb(223,19,10); }
div.DivClassName
{
background-color: #DF130A;
}
.BgClassName
{
background-color: #DF130A;
}
</style>
border-color css
<style>
span { border-color: #DF130A; }
span { border-color: rgb(223,19,10); }
td.TdClassName
{
border-color: #DF130A;
}
.TagClassName
{
border-color: #DF130A;
}
</style>