Shades of Free Speech Red #D5100A
Tints of Free Speech Red #D5100A
RGB
CMYK
RGB Variations
Color information
#D5100A (or 0xD5100A) is known color: Free Speech Red. HEX triplet: D5, 10 and 0A. RGB value is (213,16,10). Sum of RGB (Red+Green+Blue) = 213+16+10=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D5100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5100A is #2AEFF5. Grayscale: #4A4A4A. Windows color (decimal): -2813942 or 659669. OLE color: 659669.
HSL color Cylindrical-coordinate representation of color #D5100A: hue angle of 1.77º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5100A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.16 |
| HSL | 1.77º | 0.91% | 0.44% | - |
| HSV(B) | 1.77º | 0.95% | 0.84% | - |
| XYZ | 27.68 | 14.54 | 1.63 | - |
| YUV | 74.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 10 | 0 | 0.92 | 0.95 | 0.16 | 1.77 | 0.91 | 0.44 |
| Hex | D5 | 10 | A | 0 | 5C | 5F | 10 | 2 | 5B | 2C |
| Octal | 325 | 20 | 12 | 0 | 134 | 137 | 20 | 2 | 133 | 54 |
| Binary | 11010101 | 10000 | 1010 | 0 | 1011100 | 1011111 | 10000 | 10 | 1011011 | 101100 |
Color Harmonies of #D5100A
Complementary color
Monochromatic Colors of #D5100A
Black with #D5100A
Text Example
Text Example
White with #D5100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5100A; }
p { color: rgb(213,16,10); }
H1.HeaderClassName
{
color: #D5100A;
}
.AnyTagClassName
{
color: #D5100A;
}
</style>
background-color css
<style>
a { background-color: #D5100A; }
a { background-color: rgb(213,16,10); }
div.DivClassName
{
background-color: #D5100A;
}
.BgClassName
{
background-color: #D5100A;
}
</style>
border-color css
<style>
span { border-color: #D5100A; }
span { border-color: rgb(213,16,10); }
td.TdClassName
{
border-color: #D5100A;
}
.TagClassName
{
border-color: #D5100A;
}
</style>