Shades of Free Speech Red #D70805
Tints of Free Speech Red #D70805
RGB
CMYK
RGB Variations
Color information
#D70805 (or 0xD70805) is known color: Free Speech Red. HEX triplet: D7, 08 and 05. RGB value is (215,8,5). Sum of RGB (Red+Green+Blue) = 215+8+5=228 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.30% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 215 - color contains mainly: red. Hex color #D70805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70805 is #28F7FA. Grayscale: #454545. Windows color (decimal): -2684923 or 329943. OLE color: 329943.
HSL color Cylindrical-coordinate representation of color #D70805: hue angle of 0.86º 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 #D70805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.16 |
| HSL | 0.86º | 0.95% | 0.43% | - |
| HSV(B) | 0.86º | 0.98% | 0.84% | - |
| XYZ | 28.14 | 14.63 | 1.48 | - |
| YUV | 69.55 | 91.58 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 5 | 0 | 0.96 | 0.98 | 0.16 | 0.86 | 0.95 | 0.43 |
| Hex | D7 | 8 | 5 | 0 | 60 | 62 | 10 | 1 | 5F | 2B |
| Octal | 327 | 10 | 5 | 0 | 140 | 142 | 20 | 1 | 137 | 53 |
| Binary | 11010111 | 1000 | 101 | 0 | 1100000 | 1100010 | 10000 | 1 | 1011111 | 101011 |
Color Harmonies of #D70805
Complementary color
Monochromatic Colors of #D70805
Black with #D70805
Text Example
Text Example
White with #D70805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70805; }
p { color: rgb(215,8,5); }
H1.HeaderClassName
{
color: #D70805;
}
.AnyTagClassName
{
color: #D70805;
}
</style>
background-color css
<style>
a { background-color: #D70805; }
a { background-color: rgb(215,8,5); }
div.DivClassName
{
background-color: #D70805;
}
.BgClassName
{
background-color: #D70805;
}
</style>
border-color css
<style>
span { border-color: #D70805; }
span { border-color: rgb(215,8,5); }
td.TdClassName
{
border-color: #D70805;
}
.TagClassName
{
border-color: #D70805;
}
</style>