Shades of Free Speech Red #D50800
Tints of Free Speech Red #D50800
RGB
CMYK
RGB Variations
Color information
#D50800 (or 0xD50800) is known color: Free Speech Red. HEX triplet: D5, 08 and 00. RGB value is (213,8,0). Sum of RGB (Red+Green+Blue) = 213+8+0=221 (29% of max value = 765). Red value is 213 (83.59% from 255 or 96.38% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 213 - color contains mainly: red. Hex color #D50800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50800 is #2AF7FF. Grayscale: #444444. Windows color (decimal): -2816000 or 2261. OLE color: 2261.
HSL color Cylindrical-coordinate representation of color #D50800: hue angle of 2.25º 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 #D50800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.16 |
| HSL | 2.25º | 1% | 0.42% | - |
| HSV(B) | 2.25º | 1% | 0.84% | - |
| XYZ | 27.53 | 14.32 | 1.31 | - |
| YUV | 68.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 0 | 0 | 0.96 | 1 | 0.16 | 2.25 | 1 | 0.42 |
| Hex | D5 | 8 | 0 | 0 | 60 | 64 | 10 | 2 | 64 | 2A |
| Octal | 325 | 10 | 0 | 0 | 140 | 144 | 20 | 2 | 144 | 52 |
| Binary | 11010101 | 1000 | 0 | 0 | 1100000 | 1100100 | 10000 | 10 | 1100100 | 101010 |
Color Harmonies of #D50800
Complementary color
Monochromatic Colors of #D50800
Black with #D50800
Text Example
Text Example
White with #D50800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50800; }
p { color: rgb(213,8,0); }
H1.HeaderClassName
{
color: #D50800;
}
.AnyTagClassName
{
color: #D50800;
}
</style>
background-color css
<style>
a { background-color: #D50800; }
a { background-color: rgb(213,8,0); }
div.DivClassName
{
background-color: #D50800;
}
.BgClassName
{
background-color: #D50800;
}
</style>
border-color css
<style>
span { border-color: #D50800; }
span { border-color: rgb(213,8,0); }
td.TdClassName
{
border-color: #D50800;
}
.TagClassName
{
border-color: #D50800;
}
</style>