Shades of Free Speech Red #D9150D
Tints of Free Speech Red #D9150D
RGB
CMYK
RGB Variations
Color information
#D9150D (or 0xD9150D) is known color: Free Speech Red. HEX triplet: D9, 15 and 0D. RGB value is (217,21,13). Sum of RGB (Red+Green+Blue) = 217+21+13=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D9150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9150D is #26EAF2. Grayscale: #4E4E4E. Windows color (decimal): -2550515 or 857561. OLE color: 857561.
HSL color Cylindrical-coordinate representation of color #D9150D: hue angle of 2.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.15 |
| HSL | 2.35º | 0.89% | 0.45% | - |
| HSV(B) | 2.35º | 0.94% | 0.85% | - |
| XYZ | 28.96 | 15.32 | 1.81 | - |
| YUV | 78.69 | 90.93 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 13 | 0 | 0.90 | 0.94 | 0.15 | 2.35 | 0.89 | 0.45 |
| Hex | D9 | 15 | D | 0 | 5A | 5E | F | 2 | 59 | 2D |
| Octal | 331 | 25 | 15 | 0 | 132 | 136 | 17 | 2 | 131 | 55 |
| Binary | 11011001 | 10101 | 1101 | 0 | 1011010 | 1011110 | 1111 | 10 | 1011001 | 101101 |
Color Harmonies of #D9150D
Complementary color
Monochromatic Colors of #D9150D
Black with #D9150D
Text Example
Text Example
White with #D9150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9150D; }
p { color: rgb(217,21,13); }
H1.HeaderClassName
{
color: #D9150D;
}
.AnyTagClassName
{
color: #D9150D;
}
</style>
background-color css
<style>
a { background-color: #D9150D; }
a { background-color: rgb(217,21,13); }
div.DivClassName
{
background-color: #D9150D;
}
.BgClassName
{
background-color: #D9150D;
}
</style>
border-color css
<style>
span { border-color: #D9150D; }
span { border-color: rgb(217,21,13); }
td.TdClassName
{
border-color: #D9150D;
}
.TagClassName
{
border-color: #D9150D;
}
</style>