Shades of Free Speech Red #D90F00
Tints of Free Speech Red #D90F00
RGB
CMYK
RGB Variations
Color information
#D90F00 (or 0xD90F00) is known color: Free Speech Red. HEX triplet: D9, 0F and 00. RGB value is (217,15,0). Sum of RGB (Red+Green+Blue) = 217+15+0=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90F00 is #26F0FF. Grayscale: #494949. Windows color (decimal): -2552064 or 4057. OLE color: 4057.
HSL color Cylindrical-coordinate representation of color #D90F00: hue angle of 4.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.15 |
| HSL | 4.15º | 1% | 0.43% | - |
| HSV(B) | 4.15º | 1% | 0.85% | - |
| XYZ | 28.79 | 15.09 | 1.4 | - |
| YUV | 73.69 | 86.42 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 0 | 0 | 0.93 | 1 | 0.15 | 4.15 | 1 | 0.43 |
| Hex | D9 | F | 0 | 0 | 5D | 64 | F | 4 | 64 | 2B |
| Octal | 331 | 17 | 0 | 0 | 135 | 144 | 17 | 4 | 144 | 53 |
| Binary | 11011001 | 1111 | 0 | 0 | 1011101 | 1100100 | 1111 | 100 | 1100100 | 101011 |
Color Harmonies of #D90F00
Complementary color
Monochromatic Colors of #D90F00
Black with #D90F00
Text Example
Text Example
White with #D90F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F00; }
p { color: rgb(217,15,0); }
H1.HeaderClassName
{
color: #D90F00;
}
.AnyTagClassName
{
color: #D90F00;
}
</style>
background-color css
<style>
a { background-color: #D90F00; }
a { background-color: rgb(217,15,0); }
div.DivClassName
{
background-color: #D90F00;
}
.BgClassName
{
background-color: #D90F00;
}
</style>
border-color css
<style>
span { border-color: #D90F00; }
span { border-color: rgb(217,15,0); }
td.TdClassName
{
border-color: #D90F00;
}
.TagClassName
{
border-color: #D90F00;
}
</style>