Shades of Free Speech Red #D71312
Tints of Free Speech Red #D71312
RGB
CMYK
RGB Variations
Color information
#D71312 (or 0xD71312) is known color: Free Speech Red. HEX triplet: D7, 13 and 12. RGB value is (215,19,18). Sum of RGB (Red+Green+Blue) = 215+19+18=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D71312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71312 is #28ECED. Grayscale: #4D4D4D. Windows color (decimal): -2682094 or 1184727. OLE color: 1184727.
HSL color Cylindrical-coordinate representation of color #D71312: hue angle of 0.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71312 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.16 |
| HSL | 0.3º | 0.85% | 0.46% | - |
| HSV(B) | 0.3º | 0.92% | 0.84% | - |
| XYZ | 28.37 | 14.96 | 1.96 | - |
| YUV | 77.49 | 94.43 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 18 | 0 | 0.91 | 0.92 | 0.16 | 0.3 | 0.85 | 0.46 |
| Hex | D7 | 13 | 12 | 0 | 5B | 5C | 10 | 0 | 55 | 2E |
| Octal | 327 | 23 | 22 | 0 | 133 | 134 | 20 | 0 | 125 | 56 |
| Binary | 11010111 | 10011 | 10010 | 0 | 1011011 | 1011100 | 10000 | 0 | 1010101 | 101110 |
Color Harmonies of #D71312
Complementary color
Monochromatic Colors of #D71312
Black with #D71312
Text Example
Text Example
White with #D71312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71312; }
p { color: rgb(215,19,18); }
H1.HeaderClassName
{
color: #D71312;
}
.AnyTagClassName
{
color: #D71312;
}
</style>
background-color css
<style>
a { background-color: #D71312; }
a { background-color: rgb(215,19,18); }
div.DivClassName
{
background-color: #D71312;
}
.BgClassName
{
background-color: #D71312;
}
</style>
border-color css
<style>
span { border-color: #D71312; }
span { border-color: rgb(215,19,18); }
td.TdClassName
{
border-color: #D71312;
}
.TagClassName
{
border-color: #D71312;
}
</style>