Shades of Free Speech Red #D30B09
Tints of Free Speech Red #D30B09
RGB
CMYK
RGB Variations
Color information
#D30B09 (or 0xD30B09) is known color: Free Speech Red. HEX triplet: D3, 0B and 09. RGB value is (211,11,9). Sum of RGB (Red+Green+Blue) = 211+11+9=231 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.34% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30B09 is #2CF4F6. Grayscale: #464646. Windows color (decimal): -2946295 or 592851. OLE color: 592851.
HSL color Cylindrical-coordinate representation of color #D30B09: hue angle of 0.59º degrees, saturation: 0.92, 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 #D30B09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.17 |
| HSL | 0.59º | 0.92% | 0.43% | - |
| HSV(B) | 0.59º | 0.96% | 0.83% | - |
| XYZ | 27.03 | 14.11 | 1.56 | - |
| YUV | 70.57 | 93.26 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 9 | 0 | 0.95 | 0.96 | 0.17 | 0.59 | 0.92 | 0.43 |
| Hex | D3 | B | 9 | 0 | 5F | 60 | 11 | 1 | 5C | 2B |
| Octal | 323 | 13 | 11 | 0 | 137 | 140 | 21 | 1 | 134 | 53 |
| Binary | 11010011 | 1011 | 1001 | 0 | 1011111 | 1100000 | 10001 | 1 | 1011100 | 101011 |
Color Harmonies of #D30B09
Complementary color
Monochromatic Colors of #D30B09
Black with #D30B09
Text Example
Text Example
White with #D30B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B09; }
p { color: rgb(211,11,9); }
H1.HeaderClassName
{
color: #D30B09;
}
.AnyTagClassName
{
color: #D30B09;
}
</style>
background-color css
<style>
a { background-color: #D30B09; }
a { background-color: rgb(211,11,9); }
div.DivClassName
{
background-color: #D30B09;
}
.BgClassName
{
background-color: #D30B09;
}
</style>
border-color css
<style>
span { border-color: #D30B09; }
span { border-color: rgb(211,11,9); }
td.TdClassName
{
border-color: #D30B09;
}
.TagClassName
{
border-color: #D30B09;
}
</style>