Shades of Free Speech Red #D71102
Tints of Free Speech Red #D71102
RGB
CMYK
RGB Variations
Color information
#D71102 (or 0xD71102) is known color: Free Speech Red. HEX triplet: D7, 11 and 02. RGB value is (215,17,2). Sum of RGB (Red+Green+Blue) = 215+17+2=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D71102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71102 is #28EEFD. Grayscale: #4A4A4A. Windows color (decimal): -2682622 or 135639. OLE color: 135639.
HSL color Cylindrical-coordinate representation of color #D71102: hue angle of 4.23º degrees, saturation: 0.98, 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 #D71102 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.16 |
| HSL | 4.23º | 0.98% | 0.43% | - |
| HSV(B) | 4.23º | 0.99% | 0.84% | - |
| XYZ | 28.24 | 14.85 | 1.44 | - |
| YUV | 74.49 | 87.1 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 2 | 0 | 0.92 | 0.99 | 0.16 | 4.23 | 0.98 | 0.43 |
| Hex | D7 | 11 | 2 | 0 | 5C | 63 | 10 | 4 | 62 | 2B |
| Octal | 327 | 21 | 2 | 0 | 134 | 143 | 20 | 4 | 142 | 53 |
| Binary | 11010111 | 10001 | 10 | 0 | 1011100 | 1100011 | 10000 | 100 | 1100010 | 101011 |
Color Harmonies of #D71102
Complementary color
Monochromatic Colors of #D71102
Black with #D71102
Text Example
Text Example
White with #D71102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71102; }
p { color: rgb(215,17,2); }
H1.HeaderClassName
{
color: #D71102;
}
.AnyTagClassName
{
color: #D71102;
}
</style>
background-color css
<style>
a { background-color: #D71102; }
a { background-color: rgb(215,17,2); }
div.DivClassName
{
background-color: #D71102;
}
.BgClassName
{
background-color: #D71102;
}
</style>
border-color css
<style>
span { border-color: #D71102; }
span { border-color: rgb(215,17,2); }
td.TdClassName
{
border-color: #D71102;
}
.TagClassName
{
border-color: #D71102;
}
</style>