Shades of Free Speech Red #D91003
Tints of Free Speech Red #D91003
RGB
CMYK
RGB Variations
Color information
#D91003 (or 0xD91003) is known color: Free Speech Red. HEX triplet: D9, 10 and 03. RGB value is (217,16,3). Sum of RGB (Red+Green+Blue) = 217+16+3=236 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.95% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 217 - color contains mainly: red. Hex color #D91003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91003 is #26EFFC. Grayscale: #4A4A4A. Windows color (decimal): -2551805 or 200921. OLE color: 200921.
HSL color Cylindrical-coordinate representation of color #D91003: hue angle of 3.64º 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 #D91003 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.15 |
| HSL | 3.64º | 0.97% | 0.43% | - |
| HSV(B) | 3.64º | 0.99% | 0.85% | - |
| XYZ | 28.82 | 15.13 | 1.49 | - |
| YUV | 74.62 | 87.59 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 3 | 0 | 0.93 | 0.99 | 0.15 | 3.64 | 0.97 | 0.43 |
| Hex | D9 | 10 | 3 | 0 | 5D | 63 | F | 4 | 61 | 2B |
| Octal | 331 | 20 | 3 | 0 | 135 | 143 | 17 | 4 | 141 | 53 |
| Binary | 11011001 | 10000 | 11 | 0 | 1011101 | 1100011 | 1111 | 100 | 1100001 | 101011 |
Color Harmonies of #D91003
Complementary color
Monochromatic Colors of #D91003
Black with #D91003
Text Example
Text Example
White with #D91003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91003; }
p { color: rgb(217,16,3); }
H1.HeaderClassName
{
color: #D91003;
}
.AnyTagClassName
{
color: #D91003;
}
</style>
background-color css
<style>
a { background-color: #D91003; }
a { background-color: rgb(217,16,3); }
div.DivClassName
{
background-color: #D91003;
}
.BgClassName
{
background-color: #D91003;
}
</style>
border-color css
<style>
span { border-color: #D91003; }
span { border-color: rgb(217,16,3); }
td.TdClassName
{
border-color: #D91003;
}
.TagClassName
{
border-color: #D91003;
}
</style>