Shades of Free Speech Red #D7130D
Tints of Free Speech Red #D7130D
RGB
CMYK
RGB Variations
Color information
#D7130D (or 0xD7130D) is known color: Free Speech Red. HEX triplet: D7, 13 and 0D. RGB value is (215,19,13). Sum of RGB (Red+Green+Blue) = 215+19+13=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D7130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7130D is #28ECF2. Grayscale: #4D4D4D. Windows color (decimal): -2682099 or 857047. OLE color: 857047.
HSL color Cylindrical-coordinate representation of color #D7130D: hue angle of 1.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.16 |
| HSL | 1.78º | 0.89% | 0.45% | - |
| HSV(B) | 1.78º | 0.94% | 0.84% | - |
| XYZ | 28.33 | 14.94 | 1.77 | - |
| YUV | 76.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 13 | 0 | 0.91 | 0.94 | 0.16 | 1.78 | 0.89 | 0.45 |
| Hex | D7 | 13 | D | 0 | 5B | 5E | 10 | 2 | 59 | 2D |
| Octal | 327 | 23 | 15 | 0 | 133 | 136 | 20 | 2 | 131 | 55 |
| Binary | 11010111 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10000 | 10 | 1011001 | 101101 |
Color Harmonies of #D7130D
Complementary color
Monochromatic Colors of #D7130D
Black with #D7130D
Text Example
Text Example
White with #D7130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7130D; }
p { color: rgb(215,19,13); }
H1.HeaderClassName
{
color: #D7130D;
}
.AnyTagClassName
{
color: #D7130D;
}
</style>
background-color css
<style>
a { background-color: #D7130D; }
a { background-color: rgb(215,19,13); }
div.DivClassName
{
background-color: #D7130D;
}
.BgClassName
{
background-color: #D7130D;
}
</style>
border-color css
<style>
span { border-color: #D7130D; }
span { border-color: rgb(215,19,13); }
td.TdClassName
{
border-color: #D7130D;
}
.TagClassName
{
border-color: #D7130D;
}
</style>