Shades of Free Speech Red #D20E07
Tints of Free Speech Red #D20E07
RGB
CMYK
RGB Variations
Color information
#D20E07 (or 0xD20E07) is known color: Free Speech Red. HEX triplet: D2, 0E and 07. RGB value is (210,14,7). Sum of RGB (Red+Green+Blue) = 210+14+7=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20E07 is #2DF1F8. Grayscale: #484848. Windows color (decimal): -3011065 or 462546. OLE color: 462546.
HSL color Cylindrical-coordinate representation of color #D20E07: hue angle of 2.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20E07 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.18 |
| HSL | 2.07º | 0.94% | 0.43% | - |
| HSV(B) | 2.07º | 0.97% | 0.82% | - |
| XYZ | 26.77 | 14.03 | 1.5 | - |
| YUV | 71.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 7 | 0 | 0.93 | 0.97 | 0.18 | 2.07 | 0.94 | 0.43 |
| Hex | D2 | E | 7 | 0 | 5D | 61 | 12 | 2 | 5E | 2B |
| Octal | 322 | 16 | 7 | 0 | 135 | 141 | 22 | 2 | 136 | 53 |
| Binary | 11010010 | 1110 | 111 | 0 | 1011101 | 1100001 | 10010 | 10 | 1011110 | 101011 |
Color Harmonies of #D20E07
Complementary color
Monochromatic Colors of #D20E07
Black with #D20E07
Text Example
Text Example
White with #D20E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E07; }
p { color: rgb(210,14,7); }
H1.HeaderClassName
{
color: #D20E07;
}
.AnyTagClassName
{
color: #D20E07;
}
</style>
background-color css
<style>
a { background-color: #D20E07; }
a { background-color: rgb(210,14,7); }
div.DivClassName
{
background-color: #D20E07;
}
.BgClassName
{
background-color: #D20E07;
}
</style>
border-color css
<style>
span { border-color: #D20E07; }
span { border-color: rgb(210,14,7); }
td.TdClassName
{
border-color: #D20E07;
}
.TagClassName
{
border-color: #D20E07;
}
</style>