Shades of Free Speech Red #D10A08
Tints of Free Speech Red #D10A08
RGB
CMYK
RGB Variations
Color information
#D10A08 (or 0xD10A08) is known color: Free Speech Red. HEX triplet: D1, 0A and 08. RGB value is (209,10,8). Sum of RGB (Red+Green+Blue) = 209+10+8=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10A08 is #2EF5F7. Grayscale: #454545. Windows color (decimal): -3077624 or 527057. OLE color: 527057.
HSL color Cylindrical-coordinate representation of color #D10A08: hue angle of 0.6º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10A08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.18 |
| HSL | 0.6º | 0.93% | 0.43% | - |
| HSV(B) | 0.6º | 0.96% | 0.82% | - |
| XYZ | 26.45 | 13.79 | 1.5 | - |
| YUV | 69.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 8 | 0 | 0.95 | 0.96 | 0.18 | 0.6 | 0.93 | 0.43 |
| Hex | D1 | A | 8 | 0 | 5F | 60 | 12 | 1 | 5D | 2B |
| Octal | 321 | 12 | 10 | 0 | 137 | 140 | 22 | 1 | 135 | 53 |
| Binary | 11010001 | 1010 | 1000 | 0 | 1011111 | 1100000 | 10010 | 1 | 1011101 | 101011 |
Color Harmonies of #D10A08
Complementary color
Monochromatic Colors of #D10A08
Black with #D10A08
Text Example
Text Example
White with #D10A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A08; }
p { color: rgb(209,10,8); }
H1.HeaderClassName
{
color: #D10A08;
}
.AnyTagClassName
{
color: #D10A08;
}
</style>
background-color css
<style>
a { background-color: #D10A08; }
a { background-color: rgb(209,10,8); }
div.DivClassName
{
background-color: #D10A08;
}
.BgClassName
{
background-color: #D10A08;
}
</style>
border-color css
<style>
span { border-color: #D10A08; }
span { border-color: rgb(209,10,8); }
td.TdClassName
{
border-color: #D10A08;
}
.TagClassName
{
border-color: #D10A08;
}
</style>