Shades of Free Speech Red #D9150C
Tints of Free Speech Red #D9150C
RGB
CMYK
RGB Variations
Color information
#D9150C (or 0xD9150C) is known color: Free Speech Red. HEX triplet: D9, 15 and 0C. RGB value is (217,21,12). Sum of RGB (Red+Green+Blue) = 217+21+12=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9150C is #26EAF3. Grayscale: #4E4E4E. Windows color (decimal): -2550516 or 792025. OLE color: 792025.
HSL color Cylindrical-coordinate representation of color #D9150C: hue angle of 2.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9150C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 12 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.15 |
| HSL | 2.63º | 0.9% | 0.45% | - |
| HSV(B) | 2.63º | 0.94% | 0.85% | - |
| XYZ | 28.95 | 15.31 | 1.78 | - |
| YUV | 78.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 12 | 0 | 0.90 | 0.94 | 0.15 | 2.63 | 0.9 | 0.45 |
| Hex | D9 | 15 | C | 0 | 5A | 5E | F | 3 | 5A | 2D |
| Octal | 331 | 25 | 14 | 0 | 132 | 136 | 17 | 3 | 132 | 55 |
| Binary | 11011001 | 10101 | 1100 | 0 | 1011010 | 1011110 | 1111 | 11 | 1011010 | 101101 |
Color Harmonies of #D9150C
Complementary color
Monochromatic Colors of #D9150C
Black with #D9150C
Text Example
Text Example
White with #D9150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9150C; }
p { color: rgb(217,21,12); }
H1.HeaderClassName
{
color: #D9150C;
}
.AnyTagClassName
{
color: #D9150C;
}
</style>
background-color css
<style>
a { background-color: #D9150C; }
a { background-color: rgb(217,21,12); }
div.DivClassName
{
background-color: #D9150C;
}
.BgClassName
{
background-color: #D9150C;
}
</style>
border-color css
<style>
span { border-color: #D9150C; }
span { border-color: rgb(217,21,12); }
td.TdClassName
{
border-color: #D9150C;
}
.TagClassName
{
border-color: #D9150C;
}
</style>