Shades of Free Speech Red #D70200
Tints of Free Speech Red #D70200
RGB
CMYK
RGB Variations
Color information
#D70200 (or 0xD70200) is known color: Free Speech Red. HEX triplet: D7, 02 and 00. RGB value is (215,2,0). Sum of RGB (Red+Green+Blue) = 215+2+0=217 (28% of max value = 765). Red value is 215 (84.38% from 255 or 99.08% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 215 - color contains mainly: red. Hex color #D70200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70200 is #28FDFF. Grayscale: #414141. Windows color (decimal): -2686464 or 727. OLE color: 727.
HSL color Cylindrical-coordinate representation of color #D70200: hue angle of 0.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.16 |
| HSL | 0.56º | 1% | 0.42% | - |
| HSV(B) | 0.56º | 1% | 0.84% | - |
| XYZ | 28.05 | 14.49 | 1.32 | - |
| YUV | 65.46 | 91.07 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 0 | 0 | 0.99 | 1 | 0.16 | 0.56 | 1 | 0.42 |
| Hex | D7 | 2 | 0 | 0 | 63 | 64 | 10 | 1 | 64 | 2A |
| Octal | 327 | 2 | 0 | 0 | 143 | 144 | 20 | 1 | 144 | 52 |
| Binary | 11010111 | 10 | 0 | 0 | 1100011 | 1100100 | 10000 | 1 | 1100100 | 101010 |
Color Harmonies of #D70200
Complementary color
Monochromatic Colors of #D70200
Black with #D70200
Text Example
Text Example
White with #D70200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70200; }
p { color: rgb(215,2,0); }
H1.HeaderClassName
{
color: #D70200;
}
.AnyTagClassName
{
color: #D70200;
}
</style>
background-color css
<style>
a { background-color: #D70200; }
a { background-color: rgb(215,2,0); }
div.DivClassName
{
background-color: #D70200;
}
.BgClassName
{
background-color: #D70200;
}
</style>
border-color css
<style>
span { border-color: #D70200; }
span { border-color: rgb(215,2,0); }
td.TdClassName
{
border-color: #D70200;
}
.TagClassName
{
border-color: #D70200;
}
</style>