Shades of Free Speech Red #D90B04
Tints of Free Speech Red #D90B04
RGB
CMYK
RGB Variations
Color information
#D90B04 (or 0xD90B04) is known color: Free Speech Red. HEX triplet: D9, 0B and 04. RGB value is (217,11,4). Sum of RGB (Red+Green+Blue) = 217+11+4=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90B04 is #26F4FB. Grayscale: #484848. Windows color (decimal): -2553084 or 265177. OLE color: 265177.
HSL color Cylindrical-coordinate representation of color #D90B04: hue angle of 1.97º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90B04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.15 |
| HSL | 1.97º | 0.96% | 0.43% | - |
| HSV(B) | 1.97º | 0.98% | 0.85% | - |
| XYZ | 28.76 | 15 | 1.49 | - |
| YUV | 71.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 4 | 0 | 0.95 | 0.98 | 0.15 | 1.97 | 0.96 | 0.43 |
| Hex | D9 | B | 4 | 0 | 5F | 62 | F | 2 | 60 | 2B |
| Octal | 331 | 13 | 4 | 0 | 137 | 142 | 17 | 2 | 140 | 53 |
| Binary | 11011001 | 1011 | 100 | 0 | 1011111 | 1100010 | 1111 | 10 | 1100000 | 101011 |
Color Harmonies of #D90B04
Complementary color
Monochromatic Colors of #D90B04
Black with #D90B04
Text Example
Text Example
White with #D90B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B04; }
p { color: rgb(217,11,4); }
H1.HeaderClassName
{
color: #D90B04;
}
.AnyTagClassName
{
color: #D90B04;
}
</style>
background-color css
<style>
a { background-color: #D90B04; }
a { background-color: rgb(217,11,4); }
div.DivClassName
{
background-color: #D90B04;
}
.BgClassName
{
background-color: #D90B04;
}
</style>
border-color css
<style>
span { border-color: #D90B04; }
span { border-color: rgb(217,11,4); }
td.TdClassName
{
border-color: #D90B04;
}
.TagClassName
{
border-color: #D90B04;
}
</style>