Shades of Free Speech Red #D91205
Tints of Free Speech Red #D91205
RGB
CMYK
RGB Variations
Color information
#D91205 (or 0xD91205) is known color: Free Speech Red. HEX triplet: D9, 12 and 05. RGB value is (217,18,5). Sum of RGB (Red+Green+Blue) = 217+18+5=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D91205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91205 is #26EDFA. Grayscale: #4C4C4C. Windows color (decimal): -2551291 or 332505. OLE color: 332505.
HSL color Cylindrical-coordinate representation of color #D91205: hue angle of 3.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D91205 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.15 |
| HSL | 3.68º | 0.95% | 0.44% | - |
| HSV(B) | 3.68º | 0.98% | 0.85% | - |
| XYZ | 28.86 | 15.2 | 1.56 | - |
| YUV | 76.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 5 | 0 | 0.92 | 0.98 | 0.15 | 3.68 | 0.95 | 0.44 |
| Hex | D9 | 12 | 5 | 0 | 5C | 62 | F | 4 | 5F | 2C |
| Octal | 331 | 22 | 5 | 0 | 134 | 142 | 17 | 4 | 137 | 54 |
| Binary | 11011001 | 10010 | 101 | 0 | 1011100 | 1100010 | 1111 | 100 | 1011111 | 101100 |
Color Harmonies of #D91205
Complementary color
Monochromatic Colors of #D91205
Black with #D91205
Text Example
Text Example
White with #D91205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91205; }
p { color: rgb(217,18,5); }
H1.HeaderClassName
{
color: #D91205;
}
.AnyTagClassName
{
color: #D91205;
}
</style>
background-color css
<style>
a { background-color: #D91205; }
a { background-color: rgb(217,18,5); }
div.DivClassName
{
background-color: #D91205;
}
.BgClassName
{
background-color: #D91205;
}
</style>
border-color css
<style>
span { border-color: #D91205; }
span { border-color: rgb(217,18,5); }
td.TdClassName
{
border-color: #D91205;
}
.TagClassName
{
border-color: #D91205;
}
</style>