Shades of Free Speech Red #D70501
Tints of Free Speech Red #D70501
RGB
CMYK
RGB Variations
Color information
#D70501 (or 0xD70501) is known color: Free Speech Red. HEX triplet: D7, 05 and 01. RGB value is (215,5,1). Sum of RGB (Red+Green+Blue) = 215+5+1=221 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.29% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 215 - color contains mainly: red. Hex color #D70501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70501 is #28FAFE. Grayscale: #434343. Windows color (decimal): -2685695 or 67031. OLE color: 67031.
HSL color Cylindrical-coordinate representation of color #D70501: hue angle of 1.12º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.16 |
| HSL | 1.12º | 0.99% | 0.42% | - |
| HSV(B) | 1.12º | 1% | 0.84% | - |
| XYZ | 28.08 | 14.56 | 1.36 | - |
| YUV | 67.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 1 | 0 | 0.98 | 1.00 | 0.16 | 1.12 | 0.99 | 0.42 |
| Hex | D7 | 5 | 1 | 0 | 62 | 64 | 10 | 1 | 63 | 2A |
| Octal | 327 | 5 | 1 | 0 | 142 | 144 | 20 | 1 | 143 | 52 |
| Binary | 11010111 | 101 | 1 | 0 | 1100010 | 1100100 | 10000 | 1 | 1100011 | 101010 |
Color Harmonies of #D70501
Complementary color
Monochromatic Colors of #D70501
Black with #D70501
Text Example
Text Example
White with #D70501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70501; }
p { color: rgb(215,5,1); }
H1.HeaderClassName
{
color: #D70501;
}
.AnyTagClassName
{
color: #D70501;
}
</style>
background-color css
<style>
a { background-color: #D70501; }
a { background-color: rgb(215,5,1); }
div.DivClassName
{
background-color: #D70501;
}
.BgClassName
{
background-color: #D70501;
}
</style>
border-color css
<style>
span { border-color: #D70501; }
span { border-color: rgb(215,5,1); }
td.TdClassName
{
border-color: #D70501;
}
.TagClassName
{
border-color: #D70501;
}
</style>