Shades of Free Speech Red #D91002
Tints of Free Speech Red #D91002
RGB
CMYK
RGB Variations
Color information
#D91002 (or 0xD91002) is known color: Free Speech Red. HEX triplet: D9, 10 and 02. RGB value is (217,16,2). Sum of RGB (Red+Green+Blue) = 217+16+2=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D91002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91002 is #26EFFD. Grayscale: #4A4A4A. Windows color (decimal): -2551806 or 135385. OLE color: 135385.
HSL color Cylindrical-coordinate representation of color #D91002: hue angle of 3.91º 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 #D91002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.15 |
| HSL | 3.91º | 0.98% | 0.43% | - |
| HSV(B) | 3.91º | 0.99% | 0.85% | - |
| XYZ | 28.81 | 15.13 | 1.46 | - |
| YUV | 74.5 | 87.09 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 2 | 0 | 0.93 | 0.99 | 0.15 | 3.91 | 0.98 | 0.43 |
| Hex | D9 | 10 | 2 | 0 | 5D | 63 | F | 4 | 62 | 2B |
| Octal | 331 | 20 | 2 | 0 | 135 | 143 | 17 | 4 | 142 | 53 |
| Binary | 11011001 | 10000 | 10 | 0 | 1011101 | 1100011 | 1111 | 100 | 1100010 | 101011 |
Color Harmonies of #D91002
Complementary color
Monochromatic Colors of #D91002
Black with #D91002
Text Example
Text Example
White with #D91002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91002; }
p { color: rgb(217,16,2); }
H1.HeaderClassName
{
color: #D91002;
}
.AnyTagClassName
{
color: #D91002;
}
</style>
background-color css
<style>
a { background-color: #D91002; }
a { background-color: rgb(217,16,2); }
div.DivClassName
{
background-color: #D91002;
}
.BgClassName
{
background-color: #D91002;
}
</style>
border-color css
<style>
span { border-color: #D91002; }
span { border-color: rgb(217,16,2); }
td.TdClassName
{
border-color: #D91002;
}
.TagClassName
{
border-color: #D91002;
}
</style>