Shades of Free Speech Red #D30600
Tints of Free Speech Red #D30600
RGB
CMYK
RGB Variations
Color information
#D30600 (or 0xD30600) is known color: Free Speech Red. HEX triplet: D3, 06 and 00. RGB value is (211,6,0). Sum of RGB (Red+Green+Blue) = 211+6+0=217 (28% of max value = 765). Red value is 211 (82.81% from 255 or 97.24% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 211 - color contains mainly: red. Hex color #D30600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30600 is #2CF9FF. Grayscale: #424242. Windows color (decimal): -2947584 or 1747. OLE color: 1747.
HSL color Cylindrical-coordinate representation of color #D30600: hue angle of 1.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.17 |
| HSL | 1.71º | 1% | 0.41% | - |
| HSV(B) | 1.71º | 1% | 0.83% | - |
| XYZ | 26.93 | 13.98 | 1.28 | - |
| YUV | 66.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 0 | 0 | 0.97 | 1 | 0.17 | 1.71 | 1 | 0.41 |
| Hex | D3 | 6 | 0 | 0 | 61 | 64 | 11 | 2 | 64 | 29 |
| Octal | 323 | 6 | 0 | 0 | 141 | 144 | 21 | 2 | 144 | 51 |
| Binary | 11010011 | 110 | 0 | 0 | 1100001 | 1100100 | 10001 | 10 | 1100100 | 101001 |
Color Harmonies of #D30600
Complementary color
Monochromatic Colors of #D30600
Black with #D30600
Text Example
Text Example
White with #D30600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30600; }
p { color: rgb(211,6,0); }
H1.HeaderClassName
{
color: #D30600;
}
.AnyTagClassName
{
color: #D30600;
}
</style>
background-color css
<style>
a { background-color: #D30600; }
a { background-color: rgb(211,6,0); }
div.DivClassName
{
background-color: #D30600;
}
.BgClassName
{
background-color: #D30600;
}
</style>
border-color css
<style>
span { border-color: #D30600; }
span { border-color: rgb(211,6,0); }
td.TdClassName
{
border-color: #D30600;
}
.TagClassName
{
border-color: #D30600;
}
</style>