Shades of Free Speech Red #D10300
Tints of Free Speech Red #D10300
RGB
CMYK
RGB Variations
Color information
#D10300 (or 0xD10300) is known color: Free Speech Red. HEX triplet: D1, 03 and 00. RGB value is (209,3,0). Sum of RGB (Red+Green+Blue) = 209+3+0=212 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.58% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 209 - color contains mainly: red. Hex color #D10300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10300 is #2EFCFF. Grayscale: #404040. Windows color (decimal): -3079424 or 977. OLE color: 977.
HSL color Cylindrical-coordinate representation of color #D10300: hue angle of 0.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10300 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.18 |
| HSL | 0.86º | 1% | 0.41% | - |
| HSV(B) | 0.86º | 1% | 0.82% | - |
| XYZ | 26.33 | 13.62 | 1.24 | - |
| YUV | 64.25 | 91.75 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 0 | 0 | 0.99 | 1 | 0.18 | 0.86 | 1 | 0.41 |
| Hex | D1 | 3 | 0 | 0 | 63 | 64 | 12 | 1 | 64 | 29 |
| Octal | 321 | 3 | 0 | 0 | 143 | 144 | 22 | 1 | 144 | 51 |
| Binary | 11010001 | 11 | 0 | 0 | 1100011 | 1100100 | 10010 | 1 | 1100100 | 101001 |
Color Harmonies of #D10300
Complementary color
Monochromatic Colors of #D10300
Black with #D10300
Text Example
Text Example
White with #D10300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10300; }
p { color: rgb(209,3,0); }
H1.HeaderClassName
{
color: #D10300;
}
.AnyTagClassName
{
color: #D10300;
}
</style>
background-color css
<style>
a { background-color: #D10300; }
a { background-color: rgb(209,3,0); }
div.DivClassName
{
background-color: #D10300;
}
.BgClassName
{
background-color: #D10300;
}
</style>
border-color css
<style>
span { border-color: #D10300; }
span { border-color: rgb(209,3,0); }
td.TdClassName
{
border-color: #D10300;
}
.TagClassName
{
border-color: #D10300;
}
</style>