Shades of Free Speech Red #D80503
Tints of Free Speech Red #D80503
RGB
CMYK
RGB Variations
Color information
#D80503 (or 0xD80503) is known color: Free Speech Red. HEX triplet: D8, 05 and 03. RGB value is (216,5,3). Sum of RGB (Red+Green+Blue) = 216+5+3=224 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.43% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 216 - color contains mainly: red. Hex color #D80503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80503 is #27FAFC. Grayscale: #444444. Windows color (decimal): -2620157 or 198104. OLE color: 198104.
HSL color Cylindrical-coordinate representation of color #D80503: hue angle of 0.56º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.15 |
| HSL | 0.56º | 0.97% | 0.43% | - |
| HSV(B) | 0.56º | 0.99% | 0.85% | - |
| XYZ | 28.39 | 14.71 | 1.43 | - |
| YUV | 67.86 | 91.4 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 3 | 0 | 0.98 | 0.99 | 0.15 | 0.56 | 0.97 | 0.43 |
| Hex | D8 | 5 | 3 | 0 | 62 | 63 | F | 1 | 61 | 2B |
| Octal | 330 | 5 | 3 | 0 | 142 | 143 | 17 | 1 | 141 | 53 |
| Binary | 11011000 | 101 | 11 | 0 | 1100010 | 1100011 | 1111 | 1 | 1100001 | 101011 |
Color Harmonies of #D80503
Complementary color
Monochromatic Colors of #D80503
Black with #D80503
Text Example
Text Example
White with #D80503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80503; }
p { color: rgb(216,5,3); }
H1.HeaderClassName
{
color: #D80503;
}
.AnyTagClassName
{
color: #D80503;
}
</style>
background-color css
<style>
a { background-color: #D80503; }
a { background-color: rgb(216,5,3); }
div.DivClassName
{
background-color: #D80503;
}
.BgClassName
{
background-color: #D80503;
}
</style>
border-color css
<style>
span { border-color: #D80503; }
span { border-color: rgb(216,5,3); }
td.TdClassName
{
border-color: #D80503;
}
.TagClassName
{
border-color: #D80503;
}
</style>