Shades of Free Speech Red #D30904
Tints of Free Speech Red #D30904
RGB
CMYK
RGB Variations
Color information
#D30904 (or 0xD30904) is known color: Free Speech Red. HEX triplet: D3, 09 and 04. RGB value is (211,9,4). Sum of RGB (Red+Green+Blue) = 211+9+4=224 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.20% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 211 - color contains mainly: red. Hex color #D30904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30904 is #2CF6FB. Grayscale: #454545. Windows color (decimal): -2946812 or 264659. OLE color: 264659.
HSL color Cylindrical-coordinate representation of color #D30904: hue angle of 1.45º degrees, saturation: 0.96, 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 #D30904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.17 |
| HSL | 1.45º | 0.96% | 0.42% | - |
| HSV(B) | 1.45º | 0.98% | 0.83% | - |
| XYZ | 26.98 | 14.05 | 1.41 | - |
| YUV | 68.83 | 91.42 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 4 | 0 | 0.96 | 0.98 | 0.17 | 1.45 | 0.96 | 0.42 |
| Hex | D3 | 9 | 4 | 0 | 60 | 62 | 11 | 1 | 60 | 2A |
| Octal | 323 | 11 | 4 | 0 | 140 | 142 | 21 | 1 | 140 | 52 |
| Binary | 11010011 | 1001 | 100 | 0 | 1100000 | 1100010 | 10001 | 1 | 1100000 | 101010 |
Color Harmonies of #D30904
Complementary color
Monochromatic Colors of #D30904
Black with #D30904
Text Example
Text Example
White with #D30904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30904; }
p { color: rgb(211,9,4); }
H1.HeaderClassName
{
color: #D30904;
}
.AnyTagClassName
{
color: #D30904;
}
</style>
background-color css
<style>
a { background-color: #D30904; }
a { background-color: rgb(211,9,4); }
div.DivClassName
{
background-color: #D30904;
}
.BgClassName
{
background-color: #D30904;
}
</style>
border-color css
<style>
span { border-color: #D30904; }
span { border-color: rgb(211,9,4); }
td.TdClassName
{
border-color: #D30904;
}
.TagClassName
{
border-color: #D30904;
}
</style>