Shades of Free Speech Red #D70C05
Tints of Free Speech Red #D70C05
RGB
CMYK
RGB Variations
Color information
#D70C05 (or 0xD70C05) is known color: Free Speech Red. HEX triplet: D7, 0C and 05. RGB value is (215,12,5). Sum of RGB (Red+Green+Blue) = 215+12+5=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C05 is #28F3FA. Grayscale: #484848. Windows color (decimal): -2683899 or 330967. OLE color: 330967.
HSL color Cylindrical-coordinate representation of color #D70C05: hue angle of 2º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70C05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.16 |
| HSL | 2º | 0.95% | 0.43% | - |
| HSV(B) | 2º | 0.98% | 0.84% | - |
| XYZ | 28.18 | 14.72 | 1.5 | - |
| YUV | 71.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 5 | 0 | 0.94 | 0.98 | 0.16 | 2 | 0.95 | 0.43 |
| Hex | D7 | C | 5 | 0 | 5E | 62 | 10 | 2 | 5F | 2B |
| Octal | 327 | 14 | 5 | 0 | 136 | 142 | 20 | 2 | 137 | 53 |
| Binary | 11010111 | 1100 | 101 | 0 | 1011110 | 1100010 | 10000 | 10 | 1011111 | 101011 |
Color Harmonies of #D70C05
Complementary color
Monochromatic Colors of #D70C05
Black with #D70C05
Text Example
Text Example
White with #D70C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C05; }
p { color: rgb(215,12,5); }
H1.HeaderClassName
{
color: #D70C05;
}
.AnyTagClassName
{
color: #D70C05;
}
</style>
background-color css
<style>
a { background-color: #D70C05; }
a { background-color: rgb(215,12,5); }
div.DivClassName
{
background-color: #D70C05;
}
.BgClassName
{
background-color: #D70C05;
}
</style>
border-color css
<style>
span { border-color: #D70C05; }
span { border-color: rgb(215,12,5); }
td.TdClassName
{
border-color: #D70C05;
}
.TagClassName
{
border-color: #D70C05;
}
</style>