Shades of Free Speech Red #D70E04
Tints of Free Speech Red #D70E04
RGB
CMYK
RGB Variations
Color information
#D70E04 (or 0xD70E04) is known color: Free Speech Red. HEX triplet: D7, 0E and 04. RGB value is (215,14,4). Sum of RGB (Red+Green+Blue) = 215+14+4=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E04 is #28F1FB. Grayscale: #494949. Windows color (decimal): -2683388 or 265943. OLE color: 265943.
HSL color Cylindrical-coordinate representation of color #D70E04: hue angle of 2.84º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70E04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.16 |
| HSL | 2.84º | 0.96% | 0.43% | - |
| HSV(B) | 2.84º | 0.98% | 0.84% | - |
| XYZ | 28.2 | 14.77 | 1.48 | - |
| YUV | 72.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 4 | 0 | 0.93 | 0.98 | 0.16 | 2.84 | 0.96 | 0.43 |
| Hex | D7 | E | 4 | 0 | 5D | 62 | 10 | 3 | 60 | 2B |
| Octal | 327 | 16 | 4 | 0 | 135 | 142 | 20 | 3 | 140 | 53 |
| Binary | 11010111 | 1110 | 100 | 0 | 1011101 | 1100010 | 10000 | 11 | 1100000 | 101011 |
Color Harmonies of #D70E04
Complementary color
Monochromatic Colors of #D70E04
Black with #D70E04
Text Example
Text Example
White with #D70E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E04; }
p { color: rgb(215,14,4); }
H1.HeaderClassName
{
color: #D70E04;
}
.AnyTagClassName
{
color: #D70E04;
}
</style>
background-color css
<style>
a { background-color: #D70E04; }
a { background-color: rgb(215,14,4); }
div.DivClassName
{
background-color: #D70E04;
}
.BgClassName
{
background-color: #D70E04;
}
</style>
border-color css
<style>
span { border-color: #D70E04; }
span { border-color: rgb(215,14,4); }
td.TdClassName
{
border-color: #D70E04;
}
.TagClassName
{
border-color: #D70E04;
}
</style>