Shades of Free Speech Red #D30301
Tints of Free Speech Red #D30301
RGB
CMYK
RGB Variations
Color information
#D30301 (or 0xD30301) is known color: Free Speech Red. HEX triplet: D3, 03 and 01. RGB value is (211,3,1). Sum of RGB (Red+Green+Blue) = 211+3+1=215 (28% of max value = 765). Red value is 211 (82.81% from 255 or 98.14% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 211 - color contains mainly: red. Hex color #D30301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30301 is #2CFCFE. Grayscale: #414141. Windows color (decimal): -2948351 or 66515. OLE color: 66515.
HSL color Cylindrical-coordinate representation of color #D30301: hue angle of 0.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.17 |
| HSL | 0.57º | 0.99% | 0.42% | - |
| HSV(B) | 0.57º | 1% | 0.83% | - |
| XYZ | 26.9 | 13.92 | 1.3 | - |
| YUV | 64.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 1 | 0 | 0.99 | 1.00 | 0.17 | 0.57 | 0.99 | 0.42 |
| Hex | D3 | 3 | 1 | 0 | 63 | 64 | 11 | 1 | 63 | 2A |
| Octal | 323 | 3 | 1 | 0 | 143 | 144 | 21 | 1 | 143 | 52 |
| Binary | 11010011 | 11 | 1 | 0 | 1100011 | 1100100 | 10001 | 1 | 1100011 | 101010 |
Color Harmonies of #D30301
Complementary color
Monochromatic Colors of #D30301
Black with #D30301
Text Example
Text Example
White with #D30301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30301; }
p { color: rgb(211,3,1); }
H1.HeaderClassName
{
color: #D30301;
}
.AnyTagClassName
{
color: #D30301;
}
</style>
background-color css
<style>
a { background-color: #D30301; }
a { background-color: rgb(211,3,1); }
div.DivClassName
{
background-color: #D30301;
}
.BgClassName
{
background-color: #D30301;
}
</style>
border-color css
<style>
span { border-color: #D30301; }
span { border-color: rgb(211,3,1); }
td.TdClassName
{
border-color: #D30301;
}
.TagClassName
{
border-color: #D30301;
}
</style>