Shades of Free Speech Red #D90C05
Tints of Free Speech Red #D90C05
RGB
CMYK
RGB Variations
Color information
#D90C05 (or 0xD90C05) is known color: Free Speech Red. HEX triplet: D9, 0C and 05. RGB value is (217,12,5). Sum of RGB (Red+Green+Blue) = 217+12+5=234 (30% of max value = 765). Red value is 217 (85.16% from 255 or 92.74% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90C05 is #26F3FA. Grayscale: #484848. Windows color (decimal): -2552827 or 330969. OLE color: 330969.
HSL color Cylindrical-coordinate representation of color #D90C05: hue angle of 1.98º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90C05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.15 |
| HSL | 1.98º | 0.95% | 0.44% | - |
| HSV(B) | 1.98º | 0.98% | 0.85% | - |
| XYZ | 28.77 | 15.03 | 1.53 | - |
| YUV | 72.5 | 89.92 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 5 | 0 | 0.94 | 0.98 | 0.15 | 1.98 | 0.95 | 0.44 |
| Hex | D9 | C | 5 | 0 | 5E | 62 | F | 2 | 5F | 2C |
| Octal | 331 | 14 | 5 | 0 | 136 | 142 | 17 | 2 | 137 | 54 |
| Binary | 11011001 | 1100 | 101 | 0 | 1011110 | 1100010 | 1111 | 10 | 1011111 | 101100 |
Color Harmonies of #D90C05
Complementary color
Monochromatic Colors of #D90C05
Black with #D90C05
Text Example
Text Example
White with #D90C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C05; }
p { color: rgb(217,12,5); }
H1.HeaderClassName
{
color: #D90C05;
}
.AnyTagClassName
{
color: #D90C05;
}
</style>
background-color css
<style>
a { background-color: #D90C05; }
a { background-color: rgb(217,12,5); }
div.DivClassName
{
background-color: #D90C05;
}
.BgClassName
{
background-color: #D90C05;
}
</style>
border-color css
<style>
span { border-color: #D90C05; }
span { border-color: rgb(217,12,5); }
td.TdClassName
{
border-color: #D90C05;
}
.TagClassName
{
border-color: #D90C05;
}
</style>