Shades of Free Speech Red #D9130A
Tints of Free Speech Red #D9130A
RGB
CMYK
RGB Variations
Color information
#D9130A (or 0xD9130A) is known color: Free Speech Red. HEX triplet: D9, 13 and 0A. RGB value is (217,19,10). Sum of RGB (Red+Green+Blue) = 217+19+10=246 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.21% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 217 - color contains mainly: red. Hex color #D9130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9130A is #26ECF5. Grayscale: #4D4D4D. Windows color (decimal): -2551030 or 660441. OLE color: 660441.
HSL color Cylindrical-coordinate representation of color #D9130A: hue angle of 2.61º 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 #D9130A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.15 |
| HSL | 2.61º | 0.91% | 0.45% | - |
| HSV(B) | 2.61º | 0.95% | 0.85% | - |
| XYZ | 28.9 | 15.24 | 1.71 | - |
| YUV | 77.18 | 90.1 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 10 | 0 | 0.91 | 0.95 | 0.15 | 2.61 | 0.91 | 0.45 |
| Hex | D9 | 13 | A | 0 | 5B | 5F | F | 3 | 5B | 2D |
| Octal | 331 | 23 | 12 | 0 | 133 | 137 | 17 | 3 | 133 | 55 |
| Binary | 11011001 | 10011 | 1010 | 0 | 1011011 | 1011111 | 1111 | 11 | 1011011 | 101101 |
Color Harmonies of #D9130A
Complementary color
Monochromatic Colors of #D9130A
Black with #D9130A
Text Example
Text Example
White with #D9130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9130A; }
p { color: rgb(217,19,10); }
H1.HeaderClassName
{
color: #D9130A;
}
.AnyTagClassName
{
color: #D9130A;
}
</style>
background-color css
<style>
a { background-color: #D9130A; }
a { background-color: rgb(217,19,10); }
div.DivClassName
{
background-color: #D9130A;
}
.BgClassName
{
background-color: #D9130A;
}
</style>
border-color css
<style>
span { border-color: #D9130A; }
span { border-color: rgb(217,19,10); }
td.TdClassName
{
border-color: #D9130A;
}
.TagClassName
{
border-color: #D9130A;
}
</style>