Shades of Free Speech Red #D10E05
Tints of Free Speech Red #D10E05
RGB
CMYK
RGB Variations
Color information
#D10E05 (or 0xD10E05) is known color: Free Speech Red. HEX triplet: D1, 0E and 05. RGB value is (209,14,5). Sum of RGB (Red+Green+Blue) = 209+14+5=228 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.67% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E05 is #2EF1FA. Grayscale: #474747. Windows color (decimal): -3076603 or 331473. OLE color: 331473.
HSL color Cylindrical-coordinate representation of color #D10E05: hue angle of 2.65º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10E05 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.18 |
| HSL | 2.65º | 0.95% | 0.42% | - |
| HSV(B) | 2.65º | 0.98% | 0.82% | - |
| XYZ | 26.48 | 13.88 | 1.43 | - |
| YUV | 71.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 5 | 0 | 0.93 | 0.98 | 0.18 | 2.65 | 0.95 | 0.42 |
| Hex | D1 | E | 5 | 0 | 5D | 62 | 12 | 3 | 5F | 2A |
| Octal | 321 | 16 | 5 | 0 | 135 | 142 | 22 | 3 | 137 | 52 |
| Binary | 11010001 | 1110 | 101 | 0 | 1011101 | 1100010 | 10010 | 11 | 1011111 | 101010 |
Color Harmonies of #D10E05
Complementary color
Monochromatic Colors of #D10E05
Black with #D10E05
Text Example
Text Example
White with #D10E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E05; }
p { color: rgb(209,14,5); }
H1.HeaderClassName
{
color: #D10E05;
}
.AnyTagClassName
{
color: #D10E05;
}
</style>
background-color css
<style>
a { background-color: #D10E05; }
a { background-color: rgb(209,14,5); }
div.DivClassName
{
background-color: #D10E05;
}
.BgClassName
{
background-color: #D10E05;
}
</style>
border-color css
<style>
span { border-color: #D10E05; }
span { border-color: rgb(209,14,5); }
td.TdClassName
{
border-color: #D10E05;
}
.TagClassName
{
border-color: #D10E05;
}
</style>