Shades of Free Speech Red #D91500
Tints of Free Speech Red #D91500
RGB
CMYK
RGB Variations
Color information
#D91500 (or 0xD91500) is known color: Free Speech Red. HEX triplet: D9, 15 and 00. RGB value is (217,21,0). Sum of RGB (Red+Green+Blue) = 217+21+0=238 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.18% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 217 - color contains mainly: red. Hex color #D91500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91500 is #26EAFF. Grayscale: #4D4D4D. Windows color (decimal): -2550528 or 5593. OLE color: 5593.
HSL color Cylindrical-coordinate representation of color #D91500: hue angle of 5.81º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D91500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.15 |
| HSL | 5.81º | 1% | 0.43% | - |
| HSV(B) | 5.81º | 1% | 0.85% | - |
| XYZ | 28.88 | 15.29 | 1.43 | - |
| YUV | 77.21 | 84.43 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 0 | 0 | 0.90 | 1 | 0.15 | 5.81 | 1 | 0.43 |
| Hex | D9 | 15 | 0 | 0 | 5A | 64 | F | 6 | 64 | 2B |
| Octal | 331 | 25 | 0 | 0 | 132 | 144 | 17 | 6 | 144 | 53 |
| Binary | 11011001 | 10101 | 0 | 0 | 1011010 | 1100100 | 1111 | 110 | 1100100 | 101011 |
Color Harmonies of #D91500
Complementary color
Monochromatic Colors of #D91500
Black with #D91500
Text Example
Text Example
White with #D91500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91500; }
p { color: rgb(217,21,0); }
H1.HeaderClassName
{
color: #D91500;
}
.AnyTagClassName
{
color: #D91500;
}
</style>
background-color css
<style>
a { background-color: #D91500; }
a { background-color: rgb(217,21,0); }
div.DivClassName
{
background-color: #D91500;
}
.BgClassName
{
background-color: #D91500;
}
</style>
border-color css
<style>
span { border-color: #D91500; }
span { border-color: rgb(217,21,0); }
td.TdClassName
{
border-color: #D91500;
}
.TagClassName
{
border-color: #D91500;
}
</style>