Shades of Free Speech Red #D90A03
Tints of Free Speech Red #D90A03
RGB
CMYK
RGB Variations
Color information
#D90A03 (or 0xD90A03) is known color: Free Speech Red. HEX triplet: D9, 0A and 03. RGB value is (217,10,3). Sum of RGB (Red+Green+Blue) = 217+10+3=230 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.35% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A03 is #26F5FC. Grayscale: #474747. Windows color (decimal): -2553341 or 199385. OLE color: 199385.
HSL color Cylindrical-coordinate representation of color #D90A03: hue angle of 1.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90A03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.15 |
| HSL | 1.96º | 0.97% | 0.43% | - |
| HSV(B) | 1.96º | 0.99% | 0.85% | - |
| XYZ | 28.74 | 14.98 | 1.46 | - |
| YUV | 71.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 3 | 0 | 0.95 | 0.99 | 0.15 | 1.96 | 0.97 | 0.43 |
| Hex | D9 | A | 3 | 0 | 5F | 63 | F | 2 | 61 | 2B |
| Octal | 331 | 12 | 3 | 0 | 137 | 143 | 17 | 2 | 141 | 53 |
| Binary | 11011001 | 1010 | 11 | 0 | 1011111 | 1100011 | 1111 | 10 | 1100001 | 101011 |
Color Harmonies of #D90A03
Complementary color
Monochromatic Colors of #D90A03
Black with #D90A03
Text Example
Text Example
White with #D90A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A03; }
p { color: rgb(217,10,3); }
H1.HeaderClassName
{
color: #D90A03;
}
.AnyTagClassName
{
color: #D90A03;
}
</style>
background-color css
<style>
a { background-color: #D90A03; }
a { background-color: rgb(217,10,3); }
div.DivClassName
{
background-color: #D90A03;
}
.BgClassName
{
background-color: #D90A03;
}
</style>
border-color css
<style>
span { border-color: #D90A03; }
span { border-color: rgb(217,10,3); }
td.TdClassName
{
border-color: #D90A03;
}
.TagClassName
{
border-color: #D90A03;
}
</style>