Shades of Free Speech Red #D70A07
Tints of Free Speech Red #D70A07
RGB
CMYK
RGB Variations
Color information
#D70A07 (or 0xD70A07) is known color: Free Speech Red. HEX triplet: D7, 0A and 07. RGB value is (215,10,7). Sum of RGB (Red+Green+Blue) = 215+10+7=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70A07 is #28F5F8. Grayscale: #474747. Windows color (decimal): -2684409 or 461527. OLE color: 461527.
HSL color Cylindrical-coordinate representation of color #D70A07: hue angle of 0.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70A07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.16 |
| HSL | 0.87º | 0.94% | 0.44% | - |
| HSV(B) | 0.87º | 0.97% | 0.84% | - |
| XYZ | 28.17 | 14.68 | 1.55 | - |
| YUV | 70.95 | 91.92 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 7 | 0 | 0.95 | 0.97 | 0.16 | 0.87 | 0.94 | 0.44 |
| Hex | D7 | A | 7 | 0 | 5F | 61 | 10 | 1 | 5E | 2C |
| Octal | 327 | 12 | 7 | 0 | 137 | 141 | 20 | 1 | 136 | 54 |
| Binary | 11010111 | 1010 | 111 | 0 | 1011111 | 1100001 | 10000 | 1 | 1011110 | 101100 |
Color Harmonies of #D70A07
Complementary color
Monochromatic Colors of #D70A07
Black with #D70A07
Text Example
Text Example
White with #D70A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A07; }
p { color: rgb(215,10,7); }
H1.HeaderClassName
{
color: #D70A07;
}
.AnyTagClassName
{
color: #D70A07;
}
</style>
background-color css
<style>
a { background-color: #D70A07; }
a { background-color: rgb(215,10,7); }
div.DivClassName
{
background-color: #D70A07;
}
.BgClassName
{
background-color: #D70A07;
}
</style>
border-color css
<style>
span { border-color: #D70A07; }
span { border-color: rgb(215,10,7); }
td.TdClassName
{
border-color: #D70A07;
}
.TagClassName
{
border-color: #D70A07;
}
</style>