Shades of Free Speech Red #D80403
Tints of Free Speech Red #D80403
RGB
CMYK
RGB Variations
Color information
#D80403 (or 0xD80403) is known color: Free Speech Red. HEX triplet: D8, 04 and 03. RGB value is (216,4,3). Sum of RGB (Red+Green+Blue) = 216+4+3=223 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.86% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 216 - color contains mainly: red. Hex color #D80403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80403 is #27FBFC. Grayscale: #434343. Windows color (decimal): -2620413 or 197848. OLE color: 197848.
HSL color Cylindrical-coordinate representation of color #D80403: hue angle of 0.28º 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 #D80403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.15 |
| HSL | 0.28º | 0.97% | 0.43% | - |
| HSV(B) | 0.28º | 0.99% | 0.85% | - |
| XYZ | 28.38 | 14.69 | 1.43 | - |
| YUV | 67.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 3 | 0 | 0.98 | 0.99 | 0.15 | 0.28 | 0.97 | 0.43 |
| Hex | D8 | 4 | 3 | 0 | 62 | 63 | F | 0 | 61 | 2B |
| Octal | 330 | 4 | 3 | 0 | 142 | 143 | 17 | 0 | 141 | 53 |
| Binary | 11011000 | 100 | 11 | 0 | 1100010 | 1100011 | 1111 | 0 | 1100001 | 101011 |
Color Harmonies of #D80403
Complementary color
Monochromatic Colors of #D80403
Black with #D80403
Text Example
Text Example
White with #D80403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80403; }
p { color: rgb(216,4,3); }
H1.HeaderClassName
{
color: #D80403;
}
.AnyTagClassName
{
color: #D80403;
}
</style>
background-color css
<style>
a { background-color: #D80403; }
a { background-color: rgb(216,4,3); }
div.DivClassName
{
background-color: #D80403;
}
.BgClassName
{
background-color: #D80403;
}
</style>
border-color css
<style>
span { border-color: #D80403; }
span { border-color: rgb(216,4,3); }
td.TdClassName
{
border-color: #D80403;
}
.TagClassName
{
border-color: #D80403;
}
</style>