Shades of Free Speech Red #D5120C
Tints of Free Speech Red #D5120C
RGB
CMYK
RGB Variations
Color information
#D5120C (or 0xD5120C) is known color: Free Speech Red. HEX triplet: D5, 12 and 0C. RGB value is (213,18,12). Sum of RGB (Red+Green+Blue) = 213+18+12=243 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.65% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 213 - color contains mainly: red. Hex color #D5120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5120C is #2AEDF3. Grayscale: #4B4B4B. Windows color (decimal): -2813428 or 791253. OLE color: 791253.
HSL color Cylindrical-coordinate representation of color #D5120C: hue angle of 1.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5120C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.16 |
| HSL | 1.79º | 0.89% | 0.44% | - |
| HSV(B) | 1.79º | 0.94% | 0.84% | - |
| XYZ | 27.72 | 14.61 | 1.71 | - |
| YUV | 75.62 | 92.1 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 12 | 0 | 0.92 | 0.94 | 0.16 | 1.79 | 0.89 | 0.44 |
| Hex | D5 | 12 | C | 0 | 5C | 5E | 10 | 2 | 59 | 2C |
| Octal | 325 | 22 | 14 | 0 | 134 | 136 | 20 | 2 | 131 | 54 |
| Binary | 11010101 | 10010 | 1100 | 0 | 1011100 | 1011110 | 10000 | 10 | 1011001 | 101100 |
Color Harmonies of #D5120C
Complementary color
Monochromatic Colors of #D5120C
Black with #D5120C
Text Example
Text Example
White with #D5120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5120C; }
p { color: rgb(213,18,12); }
H1.HeaderClassName
{
color: #D5120C;
}
.AnyTagClassName
{
color: #D5120C;
}
</style>
background-color css
<style>
a { background-color: #D5120C; }
a { background-color: rgb(213,18,12); }
div.DivClassName
{
background-color: #D5120C;
}
.BgClassName
{
background-color: #D5120C;
}
</style>
border-color css
<style>
span { border-color: #D5120C; }
span { border-color: rgb(213,18,12); }
td.TdClassName
{
border-color: #D5120C;
}
.TagClassName
{
border-color: #D5120C;
}
</style>