Shades of Free Speech Red #D1130D
Tints of Free Speech Red #D1130D
RGB
CMYK
RGB Variations
Color information
#D1130D (or 0xD1130D) is known color: Free Speech Red. HEX triplet: D1, 13 and 0D. RGB value is (209,19,13). Sum of RGB (Red+Green+Blue) = 209+19+13=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1130D is #2EECF2. Grayscale: #4B4B4B. Windows color (decimal): -3075315 or 857041. OLE color: 857041.
HSL color Cylindrical-coordinate representation of color #D1130D: hue angle of 1.84º 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 #D1130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.18 |
| HSL | 1.84º | 0.88% | 0.44% | - |
| HSV(B) | 1.84º | 0.94% | 0.82% | - |
| XYZ | 26.6 | 14.05 | 1.69 | - |
| YUV | 75.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 13 | 0 | 0.91 | 0.94 | 0.18 | 1.84 | 0.88 | 0.44 |
| Hex | D1 | 13 | D | 0 | 5B | 5E | 12 | 2 | 58 | 2C |
| Octal | 321 | 23 | 15 | 0 | 133 | 136 | 22 | 2 | 130 | 54 |
| Binary | 11010001 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10010 | 10 | 1011000 | 101100 |
Color Harmonies of #D1130D
Complementary color
Monochromatic Colors of #D1130D
Black with #D1130D
Text Example
Text Example
White with #D1130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1130D; }
p { color: rgb(209,19,13); }
H1.HeaderClassName
{
color: #D1130D;
}
.AnyTagClassName
{
color: #D1130D;
}
</style>
background-color css
<style>
a { background-color: #D1130D; }
a { background-color: rgb(209,19,13); }
div.DivClassName
{
background-color: #D1130D;
}
.BgClassName
{
background-color: #D1130D;
}
</style>
border-color css
<style>
span { border-color: #D1130D; }
span { border-color: rgb(209,19,13); }
td.TdClassName
{
border-color: #D1130D;
}
.TagClassName
{
border-color: #D1130D;
}
</style>