Shades of Free Speech Red #D9100A
Tints of Free Speech Red #D9100A
RGB
CMYK
RGB Variations
Color information
#D9100A (or 0xD9100A) is known color: Free Speech Red. HEX triplet: D9, 10 and 0A. RGB value is (217,16,10). Sum of RGB (Red+Green+Blue) = 217+16+10=243 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.30% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 217 - color contains mainly: red. Hex color #D9100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9100A is #26EFF5. Grayscale: #4B4B4B. Windows color (decimal): -2551798 or 659673. OLE color: 659673.
HSL color Cylindrical-coordinate representation of color #D9100A: hue angle of 1.74º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9100A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.15 |
| HSL | 1.74º | 0.91% | 0.45% | - |
| HSV(B) | 1.74º | 0.95% | 0.85% | - |
| XYZ | 28.86 | 15.14 | 1.69 | - |
| YUV | 75.42 | 91.09 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 10 | 0 | 0.93 | 0.95 | 0.15 | 1.74 | 0.91 | 0.45 |
| Hex | D9 | 10 | A | 0 | 5D | 5F | F | 2 | 5B | 2D |
| Octal | 331 | 20 | 12 | 0 | 135 | 137 | 17 | 2 | 133 | 55 |
| Binary | 11011001 | 10000 | 1010 | 0 | 1011101 | 1011111 | 1111 | 10 | 1011011 | 101101 |
Color Harmonies of #D9100A
Complementary color
Monochromatic Colors of #D9100A
Black with #D9100A
Text Example
Text Example
White with #D9100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9100A; }
p { color: rgb(217,16,10); }
H1.HeaderClassName
{
color: #D9100A;
}
.AnyTagClassName
{
color: #D9100A;
}
</style>
background-color css
<style>
a { background-color: #D9100A; }
a { background-color: rgb(217,16,10); }
div.DivClassName
{
background-color: #D9100A;
}
.BgClassName
{
background-color: #D9100A;
}
</style>
border-color css
<style>
span { border-color: #D9100A; }
span { border-color: rgb(217,16,10); }
td.TdClassName
{
border-color: #D9100A;
}
.TagClassName
{
border-color: #D9100A;
}
</style>