Shades of Free Speech Red #D90A05
Tints of Free Speech Red #D90A05
RGB
CMYK
RGB Variations
Color information
#D90A05 (or 0xD90A05) is known color: Free Speech Red. HEX triplet: D9, 0A and 05. RGB value is (217,10,5). Sum of RGB (Red+Green+Blue) = 217+10+5=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A05 is #26F5FA. Grayscale: #474747. Windows color (decimal): -2553339 or 330457. OLE color: 330457.
HSL color Cylindrical-coordinate representation of color #D90A05: hue angle of 1.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90A05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.15 |
| HSL | 1.42º | 0.95% | 0.44% | - |
| HSV(B) | 1.42º | 0.98% | 0.85% | - |
| XYZ | 28.75 | 14.98 | 1.52 | - |
| YUV | 71.32 | 90.58 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 5 | 0 | 0.95 | 0.98 | 0.15 | 1.42 | 0.95 | 0.44 |
| Hex | D9 | A | 5 | 0 | 5F | 62 | F | 1 | 5F | 2C |
| Octal | 331 | 12 | 5 | 0 | 137 | 142 | 17 | 1 | 137 | 54 |
| Binary | 11011001 | 1010 | 101 | 0 | 1011111 | 1100010 | 1111 | 1 | 1011111 | 101100 |
Color Harmonies of #D90A05
Complementary color
Monochromatic Colors of #D90A05
Black with #D90A05
Text Example
Text Example
White with #D90A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A05; }
p { color: rgb(217,10,5); }
H1.HeaderClassName
{
color: #D90A05;
}
.AnyTagClassName
{
color: #D90A05;
}
</style>
background-color css
<style>
a { background-color: #D90A05; }
a { background-color: rgb(217,10,5); }
div.DivClassName
{
background-color: #D90A05;
}
.BgClassName
{
background-color: #D90A05;
}
</style>
border-color css
<style>
span { border-color: #D90A05; }
span { border-color: rgb(217,10,5); }
td.TdClassName
{
border-color: #D90A05;
}
.TagClassName
{
border-color: #D90A05;
}
</style>