Shades of Free Speech Red #D5120F
Tints of Free Speech Red #D5120F
RGB
CMYK
RGB Variations
Color information
#D5120F (or 0xD5120F) is known color: Free Speech Red. HEX triplet: D5, 12 and 0F. RGB value is (213,18,15). Sum of RGB (Red+Green+Blue) = 213+18+15=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D5120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5120F is #2AEDF0. Grayscale: #4C4C4C. Windows color (decimal): -2813425 or 987861. OLE color: 987861.
HSL color Cylindrical-coordinate representation of color #D5120F: hue angle of 0.91º 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 #D5120F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.16 |
| HSL | 0.91º | 0.87% | 0.45% | - |
| HSV(B) | 0.91º | 0.93% | 0.84% | - |
| XYZ | 27.74 | 14.61 | 1.81 | - |
| YUV | 75.96 | 93.6 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 15 | 0 | 0.92 | 0.93 | 0.16 | 0.91 | 0.87 | 0.45 |
| Hex | D5 | 12 | F | 0 | 5C | 5D | 10 | 1 | 57 | 2D |
| Octal | 325 | 22 | 17 | 0 | 134 | 135 | 20 | 1 | 127 | 55 |
| Binary | 11010101 | 10010 | 1111 | 0 | 1011100 | 1011101 | 10000 | 1 | 1010111 | 101101 |
Color Harmonies of #D5120F
Complementary color
Monochromatic Colors of #D5120F
Black with #D5120F
Text Example
Text Example
White with #D5120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5120F; }
p { color: rgb(213,18,15); }
H1.HeaderClassName
{
color: #D5120F;
}
.AnyTagClassName
{
color: #D5120F;
}
</style>
background-color css
<style>
a { background-color: #D5120F; }
a { background-color: rgb(213,18,15); }
div.DivClassName
{
background-color: #D5120F;
}
.BgClassName
{
background-color: #D5120F;
}
</style>
border-color css
<style>
span { border-color: #D5120F; }
span { border-color: rgb(213,18,15); }
td.TdClassName
{
border-color: #D5120F;
}
.TagClassName
{
border-color: #D5120F;
}
</style>