Shades of Free Speech Red #D90201
Tints of Free Speech Red #D90201
RGB
CMYK
RGB Variations
Color information
#D90201 (or 0xD90201) is known color: Free Speech Red. HEX triplet: D9, 02 and 01. RGB value is (217,2,1). Sum of RGB (Red+Green+Blue) = 217+2+1=220 (29% of max value = 765). Red value is 217 (85.16% from 255 or 98.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 217 - color contains mainly: red. Hex color #D90201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90201 is #26FDFE. Grayscale: #424242. Windows color (decimal): -2555391 or 66265. OLE color: 66265.
HSL color Cylindrical-coordinate representation of color #D90201: hue angle of 0.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.15 |
| HSL | 0.28º | 0.99% | 0.43% | - |
| HSV(B) | 0.28º | 1% | 0.85% | - |
| XYZ | 28.64 | 14.8 | 1.38 | - |
| YUV | 66.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 1 | 0 | 0.99 | 1.00 | 0.15 | 0.28 | 0.99 | 0.43 |
| Hex | D9 | 2 | 1 | 0 | 63 | 64 | F | 0 | 63 | 2B |
| Octal | 331 | 2 | 1 | 0 | 143 | 144 | 17 | 0 | 143 | 53 |
| Binary | 11011001 | 10 | 1 | 0 | 1100011 | 1100100 | 1111 | 0 | 1100011 | 101011 |
Color Harmonies of #D90201
Complementary color
Monochromatic Colors of #D90201
Black with #D90201
Text Example
Text Example
White with #D90201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90201; }
p { color: rgb(217,2,1); }
H1.HeaderClassName
{
color: #D90201;
}
.AnyTagClassName
{
color: #D90201;
}
</style>
background-color css
<style>
a { background-color: #D90201; }
a { background-color: rgb(217,2,1); }
div.DivClassName
{
background-color: #D90201;
}
.BgClassName
{
background-color: #D90201;
}
</style>
border-color css
<style>
span { border-color: #D90201; }
span { border-color: rgb(217,2,1); }
td.TdClassName
{
border-color: #D90201;
}
.TagClassName
{
border-color: #D90201;
}
</style>