Shades of Free Speech Red #D1150D
Tints of Free Speech Red #D1150D
RGB
CMYK
RGB Variations
Color information
#D1150D (or 0xD1150D) is known color: Free Speech Red. HEX triplet: D1, 15 and 0D. RGB value is (209,21,13). Sum of RGB (Red+Green+Blue) = 209+21+13=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D1150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1150D is #2EEAF2. Grayscale: #4C4C4C. Windows color (decimal): -3074803 or 857553. OLE color: 857553.
HSL color Cylindrical-coordinate representation of color #D1150D: hue angle of 2.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.18 |
| HSL | 2.45º | 0.88% | 0.44% | - |
| HSV(B) | 2.45º | 0.94% | 0.82% | - |
| XYZ | 26.64 | 14.12 | 1.7 | - |
| YUV | 76.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 13 | 0 | 0.90 | 0.94 | 0.18 | 2.45 | 0.88 | 0.44 |
| Hex | D1 | 15 | D | 0 | 5A | 5E | 12 | 2 | 58 | 2C |
| Octal | 321 | 25 | 15 | 0 | 132 | 136 | 22 | 2 | 130 | 54 |
| Binary | 11010001 | 10101 | 1101 | 0 | 1011010 | 1011110 | 10010 | 10 | 1011000 | 101100 |
Color Harmonies of #D1150D
Complementary color
Monochromatic Colors of #D1150D
Black with #D1150D
Text Example
Text Example
White with #D1150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1150D; }
p { color: rgb(209,21,13); }
H1.HeaderClassName
{
color: #D1150D;
}
.AnyTagClassName
{
color: #D1150D;
}
</style>
background-color css
<style>
a { background-color: #D1150D; }
a { background-color: rgb(209,21,13); }
div.DivClassName
{
background-color: #D1150D;
}
.BgClassName
{
background-color: #D1150D;
}
</style>
border-color css
<style>
span { border-color: #D1150D; }
span { border-color: rgb(209,21,13); }
td.TdClassName
{
border-color: #D1150D;
}
.TagClassName
{
border-color: #D1150D;
}
</style>