Shades of Free Speech Red #D70C0A
Tints of Free Speech Red #D70C0A
RGB
CMYK
RGB Variations
Color information
#D70C0A (or 0xD70C0A) is known color: Free Speech Red. HEX triplet: D7, 0C and 0A. RGB value is (215,12,10). Sum of RGB (Red+Green+Blue) = 215+12+10=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C0A is #28F3F5. Grayscale: #484848. Windows color (decimal): -2683894 or 658647. OLE color: 658647.
HSL color Cylindrical-coordinate representation of color #D70C0A: hue angle of 0.59º 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 #D70C0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.16 |
| HSL | 0.59º | 0.91% | 0.44% | - |
| HSV(B) | 0.59º | 0.95% | 0.84% | - |
| XYZ | 28.21 | 14.73 | 1.64 | - |
| YUV | 72.47 | 92.75 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 10 | 0 | 0.94 | 0.95 | 0.16 | 0.59 | 0.91 | 0.44 |
| Hex | D7 | C | A | 0 | 5E | 5F | 10 | 1 | 5B | 2C |
| Octal | 327 | 14 | 12 | 0 | 136 | 137 | 20 | 1 | 133 | 54 |
| Binary | 11010111 | 1100 | 1010 | 0 | 1011110 | 1011111 | 10000 | 1 | 1011011 | 101100 |
Color Harmonies of #D70C0A
Complementary color
Monochromatic Colors of #D70C0A
Black with #D70C0A
Text Example
Text Example
White with #D70C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C0A; }
p { color: rgb(215,12,10); }
H1.HeaderClassName
{
color: #D70C0A;
}
.AnyTagClassName
{
color: #D70C0A;
}
</style>
background-color css
<style>
a { background-color: #D70C0A; }
a { background-color: rgb(215,12,10); }
div.DivClassName
{
background-color: #D70C0A;
}
.BgClassName
{
background-color: #D70C0A;
}
</style>
border-color css
<style>
span { border-color: #D70C0A; }
span { border-color: rgb(215,12,10); }
td.TdClassName
{
border-color: #D70C0A;
}
.TagClassName
{
border-color: #D70C0A;
}
</style>