Shades of Free Speech Red #D10E02
Tints of Free Speech Red #D10E02
RGB
CMYK
RGB Variations
Color information
#D10E02 (or 0xD10E02) is known color: Free Speech Red. HEX triplet: D1, 0E and 02. RGB value is (209,14,2). Sum of RGB (Red+Green+Blue) = 209+14+2=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E02 is #2EF1FD. Grayscale: #474747. Windows color (decimal): -3076606 or 134865. OLE color: 134865.
HSL color Cylindrical-coordinate representation of color #D10E02: hue angle of 3.48º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10E02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.18 |
| HSL | 3.48º | 0.98% | 0.41% | - |
| HSV(B) | 3.48º | 0.99% | 0.82% | - |
| XYZ | 26.46 | 13.87 | 1.34 | - |
| YUV | 70.94 | 89.1 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 2 | 0 | 0.93 | 0.99 | 0.18 | 3.48 | 0.98 | 0.41 |
| Hex | D1 | E | 2 | 0 | 5D | 63 | 12 | 3 | 62 | 29 |
| Octal | 321 | 16 | 2 | 0 | 135 | 143 | 22 | 3 | 142 | 51 |
| Binary | 11010001 | 1110 | 10 | 0 | 1011101 | 1100011 | 10010 | 11 | 1100010 | 101001 |
Color Harmonies of #D10E02
Complementary color
Monochromatic Colors of #D10E02
Black with #D10E02
Text Example
Text Example
White with #D10E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E02; }
p { color: rgb(209,14,2); }
H1.HeaderClassName
{
color: #D10E02;
}
.AnyTagClassName
{
color: #D10E02;
}
</style>
background-color css
<style>
a { background-color: #D10E02; }
a { background-color: rgb(209,14,2); }
div.DivClassName
{
background-color: #D10E02;
}
.BgClassName
{
background-color: #D10E02;
}
</style>
border-color css
<style>
span { border-color: #D10E02; }
span { border-color: rgb(209,14,2); }
td.TdClassName
{
border-color: #D10E02;
}
.TagClassName
{
border-color: #D10E02;
}
</style>