Shades of Free Speech Red #D70E05
Tints of Free Speech Red #D70E05
RGB
CMYK
RGB Variations
Color information
#D70E05 (or 0xD70E05) is known color: Free Speech Red. HEX triplet: D7, 0E and 05. RGB value is (215,14,5). Sum of RGB (Red+Green+Blue) = 215+14+5=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E05 is #28F1FA. Grayscale: #494949. Windows color (decimal): -2683387 or 331479. OLE color: 331479.
HSL color Cylindrical-coordinate representation of color #D70E05: hue angle of 2.57º 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 #D70E05 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.16 |
| HSL | 2.57º | 0.95% | 0.43% | - |
| HSV(B) | 2.57º | 0.98% | 0.84% | - |
| XYZ | 28.21 | 14.77 | 1.51 | - |
| YUV | 73.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 5 | 0 | 0.93 | 0.98 | 0.16 | 2.57 | 0.95 | 0.43 |
| Hex | D7 | E | 5 | 0 | 5D | 62 | 10 | 3 | 5F | 2B |
| Octal | 327 | 16 | 5 | 0 | 135 | 142 | 20 | 3 | 137 | 53 |
| Binary | 11010111 | 1110 | 101 | 0 | 1011101 | 1100010 | 10000 | 11 | 1011111 | 101011 |
Color Harmonies of #D70E05
Complementary color
Monochromatic Colors of #D70E05
Black with #D70E05
Text Example
Text Example
White with #D70E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E05; }
p { color: rgb(215,14,5); }
H1.HeaderClassName
{
color: #D70E05;
}
.AnyTagClassName
{
color: #D70E05;
}
</style>
background-color css
<style>
a { background-color: #D70E05; }
a { background-color: rgb(215,14,5); }
div.DivClassName
{
background-color: #D70E05;
}
.BgClassName
{
background-color: #D70E05;
}
</style>
border-color css
<style>
span { border-color: #D70E05; }
span { border-color: rgb(215,14,5); }
td.TdClassName
{
border-color: #D70E05;
}
.TagClassName
{
border-color: #D70E05;
}
</style>