Shades of Free Speech Red #D91313
Tints of Free Speech Red #D91313
RGB
CMYK
RGB Variations
Color information
#D91313 (or 0xD91313) is known color: Free Speech Red. HEX triplet: D9, 13 and 13. RGB value is (217,19,19). Sum of RGB (Red+Green+Blue) = 217+19+19=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D91313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91313 is #26ECEC. Grayscale: #4E4E4E. Windows color (decimal): -2551021 or 1250265. OLE color: 1250265.
HSL color Cylindrical-coordinate representation of color #D91313: hue angle of 0º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91313 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.15 |
| HSL | 0º | 0.84% | 0.46% | - |
| HSV(B) | 0º | 0.91% | 0.85% | - |
| XYZ | 28.97 | 15.26 | 2.04 | - |
| YUV | 78.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 19 | 0 | 0.91 | 0.91 | 0.15 | 0 | 0.84 | 0.46 |
| Hex | D9 | 13 | 13 | 0 | 5B | 5B | F | 0 | 54 | 2E |
| Octal | 331 | 23 | 23 | 0 | 133 | 133 | 17 | 0 | 124 | 56 |
| Binary | 11011001 | 10011 | 10011 | 0 | 1011011 | 1011011 | 1111 | 0 | 1010100 | 101110 |
Color Harmonies of #D91313
Complementary color
Monochromatic Colors of #D91313
Black with #D91313
Text Example
Text Example
White with #D91313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91313; }
p { color: rgb(217,19,19); }
H1.HeaderClassName
{
color: #D91313;
}
.AnyTagClassName
{
color: #D91313;
}
</style>
background-color css
<style>
a { background-color: #D91313; }
a { background-color: rgb(217,19,19); }
div.DivClassName
{
background-color: #D91313;
}
.BgClassName
{
background-color: #D91313;
}
</style>
border-color css
<style>
span { border-color: #D91313; }
span { border-color: rgb(217,19,19); }
td.TdClassName
{
border-color: #D91313;
}
.TagClassName
{
border-color: #D91313;
}
</style>