Shades of Free Speech Red #D10602
Tints of Free Speech Red #D10602
RGB
CMYK
RGB Variations
Color information
#D10602 (or 0xD10602) is known color: Free Speech Red. HEX triplet: D1, 06 and 02. RGB value is (209,6,2). Sum of RGB (Red+Green+Blue) = 209+6+2=217 (28% of max value = 765). Red value is 209 (82.03% from 255 or 96.31% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 209 - color contains mainly: red. Hex color #D10602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10602 is #2EF9FD. Grayscale: #424242. Windows color (decimal): -3078654 or 132817. OLE color: 132817.
HSL color Cylindrical-coordinate representation of color #D10602: hue angle of 1.16º 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 #D10602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.18 |
| HSL | 1.16º | 0.98% | 0.41% | - |
| HSV(B) | 1.16º | 0.99% | 0.82% | - |
| XYZ | 26.37 | 13.69 | 1.31 | - |
| YUV | 66.24 | 91.75 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 2 | 0 | 0.97 | 0.99 | 0.18 | 1.16 | 0.98 | 0.41 |
| Hex | D1 | 6 | 2 | 0 | 61 | 63 | 12 | 1 | 62 | 29 |
| Octal | 321 | 6 | 2 | 0 | 141 | 143 | 22 | 1 | 142 | 51 |
| Binary | 11010001 | 110 | 10 | 0 | 1100001 | 1100011 | 10010 | 1 | 1100010 | 101001 |
Color Harmonies of #D10602
Complementary color
Monochromatic Colors of #D10602
Black with #D10602
Text Example
Text Example
White with #D10602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10602; }
p { color: rgb(209,6,2); }
H1.HeaderClassName
{
color: #D10602;
}
.AnyTagClassName
{
color: #D10602;
}
</style>
background-color css
<style>
a { background-color: #D10602; }
a { background-color: rgb(209,6,2); }
div.DivClassName
{
background-color: #D10602;
}
.BgClassName
{
background-color: #D10602;
}
</style>
border-color css
<style>
span { border-color: #D10602; }
span { border-color: rgb(209,6,2); }
td.TdClassName
{
border-color: #D10602;
}
.TagClassName
{
border-color: #D10602;
}
</style>