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