Shades of Free Speech Red #D30905
Tints of Free Speech Red #D30905
RGB
CMYK
RGB Variations
Color information
#D30905 (or 0xD30905) is known color: Free Speech Red. HEX triplet: D3, 09 and 05. RGB value is (211,9,5). Sum of RGB (Red+Green+Blue) = 211+9+5=225 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 211 - color contains mainly: red. Hex color #D30905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30905 is #2CF6FA. Grayscale: #454545. Windows color (decimal): -2946811 or 330195. OLE color: 330195.
HSL color Cylindrical-coordinate representation of color #D30905: hue angle of 1.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.17 |
| HSL | 1.17º | 0.95% | 0.42% | - |
| HSV(B) | 1.17º | 0.98% | 0.83% | - |
| XYZ | 26.99 | 14.06 | 1.43 | - |
| YUV | 68.94 | 91.92 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 5 | 0 | 0.96 | 0.98 | 0.17 | 1.17 | 0.95 | 0.42 |
| Hex | D3 | 9 | 5 | 0 | 60 | 62 | 11 | 1 | 5F | 2A |
| Octal | 323 | 11 | 5 | 0 | 140 | 142 | 21 | 1 | 137 | 52 |
| Binary | 11010011 | 1001 | 101 | 0 | 1100000 | 1100010 | 10001 | 1 | 1011111 | 101010 |
Color Harmonies of #D30905
Complementary color
Monochromatic Colors of #D30905
Black with #D30905
Text Example
Text Example
White with #D30905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30905; }
p { color: rgb(211,9,5); }
H1.HeaderClassName
{
color: #D30905;
}
.AnyTagClassName
{
color: #D30905;
}
</style>
background-color css
<style>
a { background-color: #D30905; }
a { background-color: rgb(211,9,5); }
div.DivClassName
{
background-color: #D30905;
}
.BgClassName
{
background-color: #D30905;
}
</style>
border-color css
<style>
span { border-color: #D30905; }
span { border-color: rgb(211,9,5); }
td.TdClassName
{
border-color: #D30905;
}
.TagClassName
{
border-color: #D30905;
}
</style>