Shades of Free Speech Red #D80902
Tints of Free Speech Red #D80902
RGB
CMYK
RGB Variations
Color information
#D80902 (or 0xD80902) is known color: Free Speech Red. HEX triplet: D8, 09 and 02. RGB value is (216,9,2). Sum of RGB (Red+Green+Blue) = 216+9+2=227 (30% of max value = 765). Red value is 216 (84.77% from 255 or 95.15% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 216 - color contains mainly: red. Hex color #D80902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80902 is #27F6FD. Grayscale: #464646. Windows color (decimal): -2619134 or 133592. OLE color: 133592.
HSL color Cylindrical-coordinate representation of color #D80902: hue angle of 1.96º degrees, saturation: 0.98, 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 #D80902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.15 |
| HSL | 1.96º | 0.98% | 0.43% | - |
| HSV(B) | 1.96º | 0.99% | 0.85% | - |
| XYZ | 28.43 | 14.8 | 1.42 | - |
| YUV | 70.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 2 | 0 | 0.96 | 0.99 | 0.15 | 1.96 | 0.98 | 0.43 |
| Hex | D8 | 9 | 2 | 0 | 60 | 63 | F | 2 | 62 | 2B |
| Octal | 330 | 11 | 2 | 0 | 140 | 143 | 17 | 2 | 142 | 53 |
| Binary | 11011000 | 1001 | 10 | 0 | 1100000 | 1100011 | 1111 | 10 | 1100010 | 101011 |
Color Harmonies of #D80902
Complementary color
Monochromatic Colors of #D80902
Black with #D80902
Text Example
Text Example
White with #D80902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80902; }
p { color: rgb(216,9,2); }
H1.HeaderClassName
{
color: #D80902;
}
.AnyTagClassName
{
color: #D80902;
}
</style>
background-color css
<style>
a { background-color: #D80902; }
a { background-color: rgb(216,9,2); }
div.DivClassName
{
background-color: #D80902;
}
.BgClassName
{
background-color: #D80902;
}
</style>
border-color css
<style>
span { border-color: #D80902; }
span { border-color: rgb(216,9,2); }
td.TdClassName
{
border-color: #D80902;
}
.TagClassName
{
border-color: #D80902;
}
</style>