Shades of Free Speech Red #D50900
Tints of Free Speech Red #D50900
RGB
CMYK
RGB Variations
Color information
#D50900 (or 0xD50900) is known color: Free Speech Red. HEX triplet: D5, 09 and 00. RGB value is (213,9,0). Sum of RGB (Red+Green+Blue) = 213+9+0=222 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.95% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 213 - color contains mainly: red. Hex color #D50900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50900 is #2AF6FF. Grayscale: #454545. Windows color (decimal): -2815744 or 2517. OLE color: 2517.
HSL color Cylindrical-coordinate representation of color #D50900: hue angle of 2.54º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.16 |
| HSL | 2.54º | 1% | 0.42% | - |
| HSV(B) | 2.54º | 1% | 0.84% | - |
| XYZ | 27.54 | 14.34 | 1.32 | - |
| YUV | 68.97 | 89.09 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 0 | 0 | 0.96 | 1 | 0.16 | 2.54 | 1 | 0.42 |
| Hex | D5 | 9 | 0 | 0 | 60 | 64 | 10 | 3 | 64 | 2A |
| Octal | 325 | 11 | 0 | 0 | 140 | 144 | 20 | 3 | 144 | 52 |
| Binary | 11010101 | 1001 | 0 | 0 | 1100000 | 1100100 | 10000 | 11 | 1100100 | 101010 |
Color Harmonies of #D50900
Complementary color
Monochromatic Colors of #D50900
Black with #D50900
Text Example
Text Example
White with #D50900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50900; }
p { color: rgb(213,9,0); }
H1.HeaderClassName
{
color: #D50900;
}
.AnyTagClassName
{
color: #D50900;
}
</style>
background-color css
<style>
a { background-color: #D50900; }
a { background-color: rgb(213,9,0); }
div.DivClassName
{
background-color: #D50900;
}
.BgClassName
{
background-color: #D50900;
}
</style>
border-color css
<style>
span { border-color: #D50900; }
span { border-color: rgb(213,9,0); }
td.TdClassName
{
border-color: #D50900;
}
.TagClassName
{
border-color: #D50900;
}
</style>