Shades of Free Speech Red #D30A01
Tints of Free Speech Red #D30A01
RGB
CMYK
RGB Variations
Color information
#D30A01 (or 0xD30A01) is known color: Free Speech Red. HEX triplet: D3, 0A and 01. RGB value is (211,10,1). Sum of RGB (Red+Green+Blue) = 211+10+1=222 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.05% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30A01 is #2CF5FE. Grayscale: #454545. Windows color (decimal): -2946559 or 68307. OLE color: 68307.
HSL color Cylindrical-coordinate representation of color #D30A01: hue angle of 2.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 #D30A01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.17 |
| HSL | 2.57º | 0.99% | 0.42% | - |
| HSV(B) | 2.57º | 1% | 0.83% | - |
| XYZ | 26.98 | 14.07 | 1.32 | - |
| YUV | 69.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 1 | 0 | 0.95 | 1.00 | 0.17 | 2.57 | 0.99 | 0.42 |
| Hex | D3 | A | 1 | 0 | 5F | 64 | 11 | 3 | 63 | 2A |
| Octal | 323 | 12 | 1 | 0 | 137 | 144 | 21 | 3 | 143 | 52 |
| Binary | 11010011 | 1010 | 1 | 0 | 1011111 | 1100100 | 10001 | 11 | 1100011 | 101010 |
Color Harmonies of #D30A01
Complementary color
Monochromatic Colors of #D30A01
Black with #D30A01
Text Example
Text Example
White with #D30A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30A01; }
p { color: rgb(211,10,1); }
H1.HeaderClassName
{
color: #D30A01;
}
.AnyTagClassName
{
color: #D30A01;
}
</style>
background-color css
<style>
a { background-color: #D30A01; }
a { background-color: rgb(211,10,1); }
div.DivClassName
{
background-color: #D30A01;
}
.BgClassName
{
background-color: #D30A01;
}
</style>
border-color css
<style>
span { border-color: #D30A01; }
span { border-color: rgb(211,10,1); }
td.TdClassName
{
border-color: #D30A01;
}
.TagClassName
{
border-color: #D30A01;
}
</style>