Shades of Free Speech Red #D71803
Tints of Free Speech Red #D71803
RGB
CMYK
RGB Variations
Color information
#D71803 (or 0xD71803) is known color: Free Speech Red. HEX triplet: D7, 18 and 03. RGB value is (215,24,3). Sum of RGB (Red+Green+Blue) = 215+24+3=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D71803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71803 is #28E7FC. Grayscale: #4E4E4E. Windows color (decimal): -2680829 or 202967. OLE color: 202967.
HSL color Cylindrical-coordinate representation of color #D71803: hue angle of 5.94º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D71803 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.16 |
| HSL | 5.94º | 0.97% | 0.43% | - |
| HSV(B) | 5.94º | 0.99% | 0.84% | - |
| XYZ | 28.37 | 15.11 | 1.51 | - |
| YUV | 78.72 | 85.28 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 3 | 0 | 0.89 | 0.99 | 0.16 | 5.94 | 0.97 | 0.43 |
| Hex | D7 | 18 | 3 | 0 | 59 | 63 | 10 | 6 | 61 | 2B |
| Octal | 327 | 30 | 3 | 0 | 131 | 143 | 20 | 6 | 141 | 53 |
| Binary | 11010111 | 11000 | 11 | 0 | 1011001 | 1100011 | 10000 | 110 | 1100001 | 101011 |
Color Harmonies of #D71803
Complementary color
Monochromatic Colors of #D71803
Black with #D71803
Text Example
Text Example
White with #D71803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71803; }
p { color: rgb(215,24,3); }
H1.HeaderClassName
{
color: #D71803;
}
.AnyTagClassName
{
color: #D71803;
}
</style>
background-color css
<style>
a { background-color: #D71803; }
a { background-color: rgb(215,24,3); }
div.DivClassName
{
background-color: #D71803;
}
.BgClassName
{
background-color: #D71803;
}
</style>
border-color css
<style>
span { border-color: #D71803; }
span { border-color: rgb(215,24,3); }
td.TdClassName
{
border-color: #D71803;
}
.TagClassName
{
border-color: #D71803;
}
</style>