Shades of Free Speech Red #D91312
Tints of Free Speech Red #D91312
RGB
CMYK
RGB Variations
Color information
#D91312 (or 0xD91312) is known color: Free Speech Red. HEX triplet: D9, 13 and 12. RGB value is (217,19,18). Sum of RGB (Red+Green+Blue) = 217+19+18=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D91312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91312 is #26ECED. Grayscale: #4E4E4E. Windows color (decimal): -2551022 or 1184729. OLE color: 1184729.
HSL color Cylindrical-coordinate representation of color #D91312: hue angle of 0.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91312 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.15 |
| HSL | 0.3º | 0.85% | 0.46% | - |
| HSV(B) | 0.3º | 0.92% | 0.85% | - |
| XYZ | 28.96 | 15.26 | 1.99 | - |
| YUV | 78.09 | 94.1 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 18 | 0 | 0.91 | 0.92 | 0.15 | 0.3 | 0.85 | 0.46 |
| Hex | D9 | 13 | 12 | 0 | 5B | 5C | F | 0 | 55 | 2E |
| Octal | 331 | 23 | 22 | 0 | 133 | 134 | 17 | 0 | 125 | 56 |
| Binary | 11011001 | 10011 | 10010 | 0 | 1011011 | 1011100 | 1111 | 0 | 1010101 | 101110 |
Color Harmonies of #D91312
Complementary color
Monochromatic Colors of #D91312
Black with #D91312
Text Example
Text Example
White with #D91312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91312; }
p { color: rgb(217,19,18); }
H1.HeaderClassName
{
color: #D91312;
}
.AnyTagClassName
{
color: #D91312;
}
</style>
background-color css
<style>
a { background-color: #D91312; }
a { background-color: rgb(217,19,18); }
div.DivClassName
{
background-color: #D91312;
}
.BgClassName
{
background-color: #D91312;
}
</style>
border-color css
<style>
span { border-color: #D91312; }
span { border-color: rgb(217,19,18); }
td.TdClassName
{
border-color: #D91312;
}
.TagClassName
{
border-color: #D91312;
}
</style>