Shades of Free Speech Red #D70301
Tints of Free Speech Red #D70301
RGB
CMYK
RGB Variations
Color information
#D70301 (or 0xD70301) is known color: Free Speech Red. HEX triplet: D7, 03 and 01. RGB value is (215,3,1). Sum of RGB (Red+Green+Blue) = 215+3+1=219 (29% of max value = 765). Red value is 215 (84.38% from 255 or 98.17% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 215 - color contains mainly: red. Hex color #D70301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70301 is #28FCFE. Grayscale: #424242. Windows color (decimal): -2686207 or 66519. OLE color: 66519.
HSL color Cylindrical-coordinate representation of color #D70301: hue angle of 0.56º 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 #D70301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.16 |
| HSL | 0.56º | 0.99% | 0.42% | - |
| HSV(B) | 0.56º | 1% | 0.84% | - |
| XYZ | 28.06 | 14.51 | 1.35 | - |
| YUV | 66.16 | 91.24 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 1 | 0 | 0.99 | 1.00 | 0.16 | 0.56 | 0.99 | 0.42 |
| Hex | D7 | 3 | 1 | 0 | 63 | 64 | 10 | 1 | 63 | 2A |
| Octal | 327 | 3 | 1 | 0 | 143 | 144 | 20 | 1 | 143 | 52 |
| Binary | 11010111 | 11 | 1 | 0 | 1100011 | 1100100 | 10000 | 1 | 1100011 | 101010 |
Color Harmonies of #D70301
Complementary color
Monochromatic Colors of #D70301
Black with #D70301
Text Example
Text Example
White with #D70301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70301; }
p { color: rgb(215,3,1); }
H1.HeaderClassName
{
color: #D70301;
}
.AnyTagClassName
{
color: #D70301;
}
</style>
background-color css
<style>
a { background-color: #D70301; }
a { background-color: rgb(215,3,1); }
div.DivClassName
{
background-color: #D70301;
}
.BgClassName
{
background-color: #D70301;
}
</style>
border-color css
<style>
span { border-color: #D70301; }
span { border-color: rgb(215,3,1); }
td.TdClassName
{
border-color: #D70301;
}
.TagClassName
{
border-color: #D70301;
}
</style>