Shades of Free Speech Red #D10803
Tints of Free Speech Red #D10803
RGB
CMYK
RGB Variations
Color information
#D10803 (or 0xD10803) is known color: Free Speech Red. HEX triplet: D1, 08 and 03. RGB value is (209,8,3). Sum of RGB (Red+Green+Blue) = 209+8+3=220 (29% of max value = 765). Red value is 209 (82.03% from 255 or 95% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 209 - color contains mainly: red. Hex color #D10803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10803 is #2EF7FC. Grayscale: #434343. Windows color (decimal): -3078141 or 198865. OLE color: 198865.
HSL color Cylindrical-coordinate representation of color #D10803: hue angle of 1.46º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10803 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.18 |
| HSL | 1.46º | 0.97% | 0.42% | - |
| HSV(B) | 1.46º | 0.99% | 0.82% | - |
| XYZ | 26.4 | 13.74 | 1.35 | - |
| YUV | 67.53 | 91.59 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 3 | 0 | 0.96 | 0.99 | 0.18 | 1.46 | 0.97 | 0.42 |
| Hex | D1 | 8 | 3 | 0 | 60 | 63 | 12 | 1 | 61 | 2A |
| Octal | 321 | 10 | 3 | 0 | 140 | 143 | 22 | 1 | 141 | 52 |
| Binary | 11010001 | 1000 | 11 | 0 | 1100000 | 1100011 | 10010 | 1 | 1100001 | 101010 |
Color Harmonies of #D10803
Complementary color
Monochromatic Colors of #D10803
Black with #D10803
Text Example
Text Example
White with #D10803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10803; }
p { color: rgb(209,8,3); }
H1.HeaderClassName
{
color: #D10803;
}
.AnyTagClassName
{
color: #D10803;
}
</style>
background-color css
<style>
a { background-color: #D10803; }
a { background-color: rgb(209,8,3); }
div.DivClassName
{
background-color: #D10803;
}
.BgClassName
{
background-color: #D10803;
}
</style>
border-color css
<style>
span { border-color: #D10803; }
span { border-color: rgb(209,8,3); }
td.TdClassName
{
border-color: #D10803;
}
.TagClassName
{
border-color: #D10803;
}
</style>