Shades of Free Speech Red #D30B08
Tints of Free Speech Red #D30B08
RGB
CMYK
RGB Variations
Color information
#D30B08 (or 0xD30B08) is known color: Free Speech Red. HEX triplet: D3, 0B and 08. RGB value is (211,11,8). Sum of RGB (Red+Green+Blue) = 211+11+8=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30B08 is #2CF4F7. Grayscale: #464646. Windows color (decimal): -2946296 or 527315. OLE color: 527315.
HSL color Cylindrical-coordinate representation of color #D30B08: hue angle of 0.89º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30B08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.17 |
| HSL | 0.89º | 0.93% | 0.43% | - |
| HSV(B) | 0.89º | 0.96% | 0.83% | - |
| XYZ | 27.03 | 14.11 | 1.53 | - |
| YUV | 70.46 | 92.76 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 8 | 0 | 0.95 | 0.96 | 0.17 | 0.89 | 0.93 | 0.43 |
| Hex | D3 | B | 8 | 0 | 5F | 60 | 11 | 1 | 5D | 2B |
| Octal | 323 | 13 | 10 | 0 | 137 | 140 | 21 | 1 | 135 | 53 |
| Binary | 11010011 | 1011 | 1000 | 0 | 1011111 | 1100000 | 10001 | 1 | 1011101 | 101011 |
Color Harmonies of #D30B08
Complementary color
Monochromatic Colors of #D30B08
Black with #D30B08
Text Example
Text Example
White with #D30B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B08; }
p { color: rgb(211,11,8); }
H1.HeaderClassName
{
color: #D30B08;
}
.AnyTagClassName
{
color: #D30B08;
}
</style>
background-color css
<style>
a { background-color: #D30B08; }
a { background-color: rgb(211,11,8); }
div.DivClassName
{
background-color: #D30B08;
}
.BgClassName
{
background-color: #D30B08;
}
</style>
border-color css
<style>
span { border-color: #D30B08; }
span { border-color: rgb(211,11,8); }
td.TdClassName
{
border-color: #D30B08;
}
.TagClassName
{
border-color: #D30B08;
}
</style>