Shades of Free Speech Red #D90402
Tints of Free Speech Red #D90402
RGB
CMYK
RGB Variations
Color information
#D90402 (or 0xD90402) is known color: Free Speech Red. HEX triplet: D9, 04 and 02. RGB value is (217,4,2). Sum of RGB (Red+Green+Blue) = 217+4+2=223 (29% of max value = 765). Red value is 217 (85.16% from 255 or 97.31% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 217 - color contains mainly: red. Hex color #D90402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90402 is #26FBFD. Grayscale: #434343. Windows color (decimal): -2554878 or 132313. OLE color: 132313.
HSL color Cylindrical-coordinate representation of color #D90402: hue angle of 0.56º 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 #D90402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.15 |
| HSL | 0.56º | 0.98% | 0.43% | - |
| HSV(B) | 0.56º | 0.99% | 0.85% | - |
| XYZ | 28.67 | 14.84 | 1.41 | - |
| YUV | 67.46 | 91.07 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 2 | 0 | 0.98 | 0.99 | 0.15 | 0.56 | 0.98 | 0.43 |
| Hex | D9 | 4 | 2 | 0 | 62 | 63 | F | 1 | 62 | 2B |
| Octal | 331 | 4 | 2 | 0 | 142 | 143 | 17 | 1 | 142 | 53 |
| Binary | 11011001 | 100 | 10 | 0 | 1100010 | 1100011 | 1111 | 1 | 1100010 | 101011 |
Color Harmonies of #D90402
Complementary color
Monochromatic Colors of #D90402
Black with #D90402
Text Example
Text Example
White with #D90402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90402; }
p { color: rgb(217,4,2); }
H1.HeaderClassName
{
color: #D90402;
}
.AnyTagClassName
{
color: #D90402;
}
</style>
background-color css
<style>
a { background-color: #D90402; }
a { background-color: rgb(217,4,2); }
div.DivClassName
{
background-color: #D90402;
}
.BgClassName
{
background-color: #D90402;
}
</style>
border-color css
<style>
span { border-color: #D90402; }
span { border-color: rgb(217,4,2); }
td.TdClassName
{
border-color: #D90402;
}
.TagClassName
{
border-color: #D90402;
}
</style>