Shades of Free Speech Red #D30605
Tints of Free Speech Red #D30605
RGB
CMYK
RGB Variations
Color information
#D30605 (or 0xD30605) is known color: Free Speech Red. HEX triplet: D3, 06 and 05. RGB value is (211,6,5). Sum of RGB (Red+Green+Blue) = 211+6+5=222 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.05% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 211 - color contains mainly: red. Hex color #D30605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30605 is #2CF9FA. Grayscale: #434343. Windows color (decimal): -2947579 or 329427. OLE color: 329427.
HSL color Cylindrical-coordinate representation of color #D30605: hue angle of 0.29º 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 #D30605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.17 |
| HSL | 0.29º | 0.95% | 0.42% | - |
| HSV(B) | 0.29º | 0.98% | 0.83% | - |
| XYZ | 26.96 | 13.99 | 1.42 | - |
| YUV | 67.18 | 92.92 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 5 | 0 | 0.97 | 0.98 | 0.17 | 0.29 | 0.95 | 0.42 |
| Hex | D3 | 6 | 5 | 0 | 61 | 62 | 11 | 0 | 5F | 2A |
| Octal | 323 | 6 | 5 | 0 | 141 | 142 | 21 | 0 | 137 | 52 |
| Binary | 11010011 | 110 | 101 | 0 | 1100001 | 1100010 | 10001 | 0 | 1011111 | 101010 |
Color Harmonies of #D30605
Complementary color
Monochromatic Colors of #D30605
Black with #D30605
Text Example
Text Example
White with #D30605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30605; }
p { color: rgb(211,6,5); }
H1.HeaderClassName
{
color: #D30605;
}
.AnyTagClassName
{
color: #D30605;
}
</style>
background-color css
<style>
a { background-color: #D30605; }
a { background-color: rgb(211,6,5); }
div.DivClassName
{
background-color: #D30605;
}
.BgClassName
{
background-color: #D30605;
}
</style>
border-color css
<style>
span { border-color: #D30605; }
span { border-color: rgb(211,6,5); }
td.TdClassName
{
border-color: #D30605;
}
.TagClassName
{
border-color: #D30605;
}
</style>