Shades of Free Speech Red #D7150D
Tints of Free Speech Red #D7150D
RGB
CMYK
RGB Variations
Color information
#D7150D (or 0xD7150D) is known color: Free Speech Red. HEX triplet: D7, 15 and 0D. RGB value is (215,21,13). Sum of RGB (Red+Green+Blue) = 215+21+13=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D7150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7150D is #28EAF2. Grayscale: #4E4E4E. Windows color (decimal): -2681587 or 857559. OLE color: 857559.
HSL color Cylindrical-coordinate representation of color #D7150D: hue angle of 2.38º 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 #D7150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.16 |
| HSL | 2.38º | 0.89% | 0.45% | - |
| HSV(B) | 2.38º | 0.94% | 0.84% | - |
| XYZ | 28.37 | 15.01 | 1.78 | - |
| YUV | 78.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 13 | 0 | 0.90 | 0.94 | 0.16 | 2.38 | 0.89 | 0.45 |
| Hex | D7 | 15 | D | 0 | 5A | 5E | 10 | 2 | 59 | 2D |
| Octal | 327 | 25 | 15 | 0 | 132 | 136 | 20 | 2 | 131 | 55 |
| Binary | 11010111 | 10101 | 1101 | 0 | 1011010 | 1011110 | 10000 | 10 | 1011001 | 101101 |
Color Harmonies of #D7150D
Complementary color
Monochromatic Colors of #D7150D
Black with #D7150D
Text Example
Text Example
White with #D7150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7150D; }
p { color: rgb(215,21,13); }
H1.HeaderClassName
{
color: #D7150D;
}
.AnyTagClassName
{
color: #D7150D;
}
</style>
background-color css
<style>
a { background-color: #D7150D; }
a { background-color: rgb(215,21,13); }
div.DivClassName
{
background-color: #D7150D;
}
.BgClassName
{
background-color: #D7150D;
}
</style>
border-color css
<style>
span { border-color: #D7150D; }
span { border-color: rgb(215,21,13); }
td.TdClassName
{
border-color: #D7150D;
}
.TagClassName
{
border-color: #D7150D;
}
</style>