Shades of Free Speech Red #D30800
Tints of Free Speech Red #D30800
RGB
CMYK
RGB Variations
Color information
#D30800 (or 0xD30800) is known color: Free Speech Red. HEX triplet: D3, 08 and 00. RGB value is (211,8,0). Sum of RGB (Red+Green+Blue) = 211+8+0=219 (29% of max value = 765). Red value is 211 (82.81% from 255 or 96.35% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 211 - color contains mainly: red. Hex color #D30800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30800 is #2CF7FF. Grayscale: #444444. Windows color (decimal): -2947072 or 2259. OLE color: 2259.
HSL color Cylindrical-coordinate representation of color #D30800: hue angle of 2.27º 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 #D30800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.17 |
| HSL | 2.27º | 1% | 0.41% | - |
| HSV(B) | 2.27º | 1% | 0.83% | - |
| XYZ | 26.95 | 14.02 | 1.29 | - |
| YUV | 67.79 | 89.75 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 0 | 0 | 0.96 | 1 | 0.17 | 2.27 | 1 | 0.41 |
| Hex | D3 | 8 | 0 | 0 | 60 | 64 | 11 | 2 | 64 | 29 |
| Octal | 323 | 10 | 0 | 0 | 140 | 144 | 21 | 2 | 144 | 51 |
| Binary | 11010011 | 1000 | 0 | 0 | 1100000 | 1100100 | 10001 | 10 | 1100100 | 101001 |
Color Harmonies of #D30800
Complementary color
Monochromatic Colors of #D30800
Black with #D30800
Text Example
Text Example
White with #D30800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30800; }
p { color: rgb(211,8,0); }
H1.HeaderClassName
{
color: #D30800;
}
.AnyTagClassName
{
color: #D30800;
}
</style>
background-color css
<style>
a { background-color: #D30800; }
a { background-color: rgb(211,8,0); }
div.DivClassName
{
background-color: #D30800;
}
.BgClassName
{
background-color: #D30800;
}
</style>
border-color css
<style>
span { border-color: #D30800; }
span { border-color: rgb(211,8,0); }
td.TdClassName
{
border-color: #D30800;
}
.TagClassName
{
border-color: #D30800;
}
</style>