Shades of Free Speech Red #D7130F
Tints of Free Speech Red #D7130F
RGB
CMYK
RGB Variations
Color information
#D7130F (or 0xD7130F) is known color: Free Speech Red. HEX triplet: D7, 13 and 0F. RGB value is (215,19,15). Sum of RGB (Red+Green+Blue) = 215+19+15=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D7130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7130F is #28ECF0. Grayscale: #4D4D4D. Windows color (decimal): -2682097 or 988119. OLE color: 988119.
HSL color Cylindrical-coordinate representation of color #D7130F: hue angle of 1.2º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.16 |
| HSL | 1.2º | 0.87% | 0.45% | - |
| HSV(B) | 1.2º | 0.93% | 0.84% | - |
| XYZ | 28.34 | 14.95 | 1.84 | - |
| YUV | 77.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 15 | 0 | 0.91 | 0.93 | 0.16 | 1.2 | 0.87 | 0.45 |
| Hex | D7 | 13 | F | 0 | 5B | 5D | 10 | 1 | 57 | 2D |
| Octal | 327 | 23 | 17 | 0 | 133 | 135 | 20 | 1 | 127 | 55 |
| Binary | 11010111 | 10011 | 1111 | 0 | 1011011 | 1011101 | 10000 | 1 | 1010111 | 101101 |
Color Harmonies of #D7130F
Complementary color
Monochromatic Colors of #D7130F
Black with #D7130F
Text Example
Text Example
White with #D7130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7130F; }
p { color: rgb(215,19,15); }
H1.HeaderClassName
{
color: #D7130F;
}
.AnyTagClassName
{
color: #D7130F;
}
</style>
background-color css
<style>
a { background-color: #D7130F; }
a { background-color: rgb(215,19,15); }
div.DivClassName
{
background-color: #D7130F;
}
.BgClassName
{
background-color: #D7130F;
}
</style>
border-color css
<style>
span { border-color: #D7130F; }
span { border-color: rgb(215,19,15); }
td.TdClassName
{
border-color: #D7130F;
}
.TagClassName
{
border-color: #D7130F;
}
</style>