Shades of Free Speech Red #D90B09
Tints of Free Speech Red #D90B09
RGB
CMYK
RGB Variations
Color information
#D90B09 (or 0xD90B09) is known color: Free Speech Red. HEX triplet: D9, 0B and 09. RGB value is (217,11,9). Sum of RGB (Red+Green+Blue) = 217+11+9=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90B09 is #26F4F6. Grayscale: #484848. Windows color (decimal): -2553079 or 592857. OLE color: 592857.
HSL color Cylindrical-coordinate representation of color #D90B09: hue angle of 0.58º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.15 |
| HSL | 0.58º | 0.92% | 0.44% | - |
| HSV(B) | 0.58º | 0.96% | 0.85% | - |
| XYZ | 28.78 | 15.01 | 1.64 | - |
| YUV | 72.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 9 | 0 | 0.95 | 0.96 | 0.15 | 0.58 | 0.92 | 0.44 |
| Hex | D9 | B | 9 | 0 | 5F | 60 | F | 1 | 5C | 2C |
| Octal | 331 | 13 | 11 | 0 | 137 | 140 | 17 | 1 | 134 | 54 |
| Binary | 11011001 | 1011 | 1001 | 0 | 1011111 | 1100000 | 1111 | 1 | 1011100 | 101100 |
Color Harmonies of #D90B09
Complementary color
Monochromatic Colors of #D90B09
Black with #D90B09
Text Example
Text Example
White with #D90B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B09; }
p { color: rgb(217,11,9); }
H1.HeaderClassName
{
color: #D90B09;
}
.AnyTagClassName
{
color: #D90B09;
}
</style>
background-color css
<style>
a { background-color: #D90B09; }
a { background-color: rgb(217,11,9); }
div.DivClassName
{
background-color: #D90B09;
}
.BgClassName
{
background-color: #D90B09;
}
</style>
border-color css
<style>
span { border-color: #D90B09; }
span { border-color: rgb(217,11,9); }
td.TdClassName
{
border-color: #D90B09;
}
.TagClassName
{
border-color: #D90B09;
}
</style>