Shades of Free Speech Red #D10D02
Tints of Free Speech Red #D10D02
RGB
CMYK
RGB Variations
Color information
#D10D02 (or 0xD10D02) is known color: Free Speech Red. HEX triplet: D1, 0D and 02. RGB value is (209,13,2). Sum of RGB (Red+Green+Blue) = 209+13+2=224 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.30% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D02 is #2EF2FD. Grayscale: #464646. Windows color (decimal): -3076862 or 134609. OLE color: 134609.
HSL color Cylindrical-coordinate representation of color #D10D02: hue angle of 3.19º 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 #D10D02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.18 |
| HSL | 3.19º | 0.98% | 0.41% | - |
| HSV(B) | 3.19º | 0.99% | 0.82% | - |
| XYZ | 26.45 | 13.85 | 1.34 | - |
| YUV | 70.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 2 | 0 | 0.94 | 0.99 | 0.18 | 3.19 | 0.98 | 0.41 |
| Hex | D1 | D | 2 | 0 | 5E | 63 | 12 | 3 | 62 | 29 |
| Octal | 321 | 15 | 2 | 0 | 136 | 143 | 22 | 3 | 142 | 51 |
| Binary | 11010001 | 1101 | 10 | 0 | 1011110 | 1100011 | 10010 | 11 | 1100010 | 101001 |
Color Harmonies of #D10D02
Complementary color
Monochromatic Colors of #D10D02
Black with #D10D02
Text Example
Text Example
White with #D10D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D02; }
p { color: rgb(209,13,2); }
H1.HeaderClassName
{
color: #D10D02;
}
.AnyTagClassName
{
color: #D10D02;
}
</style>
background-color css
<style>
a { background-color: #D10D02; }
a { background-color: rgb(209,13,2); }
div.DivClassName
{
background-color: #D10D02;
}
.BgClassName
{
background-color: #D10D02;
}
</style>
border-color css
<style>
span { border-color: #D10D02; }
span { border-color: rgb(209,13,2); }
td.TdClassName
{
border-color: #D10D02;
}
.TagClassName
{
border-color: #D10D02;
}
</style>