Shades of Free Speech Red #D50803
Tints of Free Speech Red #D50803
RGB
CMYK
RGB Variations
Color information
#D50803 (or 0xD50803) is known color: Free Speech Red. HEX triplet: D5, 08 and 03. RGB value is (213,8,3). Sum of RGB (Red+Green+Blue) = 213+8+3=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D50803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50803 is #2AF7FC. Grayscale: #444444. Windows color (decimal): -2815997 or 198869. OLE color: 198869.
HSL color Cylindrical-coordinate representation of color #D50803: hue angle of 1.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50803 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.16 |
| HSL | 1.43º | 0.97% | 0.42% | - |
| HSV(B) | 1.43º | 0.99% | 0.84% | - |
| XYZ | 27.54 | 14.33 | 1.4 | - |
| YUV | 68.73 | 90.92 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 3 | 0 | 0.96 | 0.99 | 0.16 | 1.43 | 0.97 | 0.42 |
| Hex | D5 | 8 | 3 | 0 | 60 | 63 | 10 | 1 | 61 | 2A |
| Octal | 325 | 10 | 3 | 0 | 140 | 143 | 20 | 1 | 141 | 52 |
| Binary | 11010101 | 1000 | 11 | 0 | 1100000 | 1100011 | 10000 | 1 | 1100001 | 101010 |
Color Harmonies of #D50803
Complementary color
Monochromatic Colors of #D50803
Black with #D50803
Text Example
Text Example
White with #D50803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50803; }
p { color: rgb(213,8,3); }
H1.HeaderClassName
{
color: #D50803;
}
.AnyTagClassName
{
color: #D50803;
}
</style>
background-color css
<style>
a { background-color: #D50803; }
a { background-color: rgb(213,8,3); }
div.DivClassName
{
background-color: #D50803;
}
.BgClassName
{
background-color: #D50803;
}
</style>
border-color css
<style>
span { border-color: #D50803; }
span { border-color: rgb(213,8,3); }
td.TdClassName
{
border-color: #D50803;
}
.TagClassName
{
border-color: #D50803;
}
</style>