Shades of Free Speech Red #D5100F
Tints of Free Speech Red #D5100F
RGB
CMYK
RGB Variations
Color information
#D5100F (or 0xD5100F) is known color: Free Speech Red. HEX triplet: D5, 10 and 0F. RGB value is (213,16,15). Sum of RGB (Red+Green+Blue) = 213+16+15=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D5100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5100F is #2AEFF0. Grayscale: #4A4A4A. Windows color (decimal): -2813937 or 987349. OLE color: 987349.
HSL color Cylindrical-coordinate representation of color #D5100F: hue angle of 0.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5100F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.16 |
| HSL | 0.3º | 0.87% | 0.45% | - |
| HSV(B) | 0.3º | 0.93% | 0.84% | - |
| XYZ | 27.71 | 14.55 | 1.8 | - |
| YUV | 74.79 | 94.27 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 15 | 0 | 0.92 | 0.93 | 0.16 | 0.3 | 0.87 | 0.45 |
| Hex | D5 | 10 | F | 0 | 5C | 5D | 10 | 0 | 57 | 2D |
| Octal | 325 | 20 | 17 | 0 | 134 | 135 | 20 | 0 | 127 | 55 |
| Binary | 11010101 | 10000 | 1111 | 0 | 1011100 | 1011101 | 10000 | 0 | 1010111 | 101101 |
Color Harmonies of #D5100F
Complementary color
Monochromatic Colors of #D5100F
Black with #D5100F
Text Example
Text Example
White with #D5100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5100F; }
p { color: rgb(213,16,15); }
H1.HeaderClassName
{
color: #D5100F;
}
.AnyTagClassName
{
color: #D5100F;
}
</style>
background-color css
<style>
a { background-color: #D5100F; }
a { background-color: rgb(213,16,15); }
div.DivClassName
{
background-color: #D5100F;
}
.BgClassName
{
background-color: #D5100F;
}
</style>
border-color css
<style>
span { border-color: #D5100F; }
span { border-color: rgb(213,16,15); }
td.TdClassName
{
border-color: #D5100F;
}
.TagClassName
{
border-color: #D5100F;
}
</style>