Shades of Free Speech Red #D80A03
Tints of Free Speech Red #D80A03
RGB
CMYK
RGB Variations
Color information
#D80A03 (or 0xD80A03) is known color: Free Speech Red. HEX triplet: D8, 0A and 03. RGB value is (216,10,3). Sum of RGB (Red+Green+Blue) = 216+10+3=229 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.32% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80A03 is #27F5FC. Grayscale: #474747. Windows color (decimal): -2618877 or 199384. OLE color: 199384.
HSL color Cylindrical-coordinate representation of color #D80A03: hue angle of 1.97º 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 #D80A03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.15 |
| HSL | 1.97º | 0.97% | 0.43% | - |
| HSV(B) | 1.97º | 0.99% | 0.85% | - |
| XYZ | 28.44 | 14.82 | 1.45 | - |
| YUV | 70.8 | 89.75 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 3 | 0 | 0.95 | 0.99 | 0.15 | 1.97 | 0.97 | 0.43 |
| Hex | D8 | A | 3 | 0 | 5F | 63 | F | 2 | 61 | 2B |
| Octal | 330 | 12 | 3 | 0 | 137 | 143 | 17 | 2 | 141 | 53 |
| Binary | 11011000 | 1010 | 11 | 0 | 1011111 | 1100011 | 1111 | 10 | 1100001 | 101011 |
Color Harmonies of #D80A03
Complementary color
Monochromatic Colors of #D80A03
Black with #D80A03
Text Example
Text Example
White with #D80A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A03; }
p { color: rgb(216,10,3); }
H1.HeaderClassName
{
color: #D80A03;
}
.AnyTagClassName
{
color: #D80A03;
}
</style>
background-color css
<style>
a { background-color: #D80A03; }
a { background-color: rgb(216,10,3); }
div.DivClassName
{
background-color: #D80A03;
}
.BgClassName
{
background-color: #D80A03;
}
</style>
border-color css
<style>
span { border-color: #D80A03; }
span { border-color: rgb(216,10,3); }
td.TdClassName
{
border-color: #D80A03;
}
.TagClassName
{
border-color: #D80A03;
}
</style>