Shades of Free Speech Red #D30B02
Tints of Free Speech Red #D30B02
RGB
CMYK
RGB Variations
Color information
#D30B02 (or 0xD30B02) is known color: Free Speech Red. HEX triplet: D3, 0B and 02. RGB value is (211,11,2). Sum of RGB (Red+Green+Blue) = 211+11+2=224 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.20% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30B02 is #2CF4FD. Grayscale: #464646. Windows color (decimal): -2946302 or 134099. OLE color: 134099.
HSL color Cylindrical-coordinate representation of color #D30B02: hue angle of 2.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30B02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.17 |
| HSL | 2.58º | 0.98% | 0.42% | - |
| HSV(B) | 2.58º | 0.99% | 0.83% | - |
| XYZ | 26.99 | 14.09 | 1.35 | - |
| YUV | 69.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 2 | 0 | 0.95 | 0.99 | 0.17 | 2.58 | 0.98 | 0.42 |
| Hex | D3 | B | 2 | 0 | 5F | 63 | 11 | 3 | 62 | 2A |
| Octal | 323 | 13 | 2 | 0 | 137 | 143 | 21 | 3 | 142 | 52 |
| Binary | 11010011 | 1011 | 10 | 0 | 1011111 | 1100011 | 10001 | 11 | 1100010 | 101010 |
Color Harmonies of #D30B02
Complementary color
Monochromatic Colors of #D30B02
Black with #D30B02
Text Example
Text Example
White with #D30B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B02; }
p { color: rgb(211,11,2); }
H1.HeaderClassName
{
color: #D30B02;
}
.AnyTagClassName
{
color: #D30B02;
}
</style>
background-color css
<style>
a { background-color: #D30B02; }
a { background-color: rgb(211,11,2); }
div.DivClassName
{
background-color: #D30B02;
}
.BgClassName
{
background-color: #D30B02;
}
</style>
border-color css
<style>
span { border-color: #D30B02; }
span { border-color: rgb(211,11,2); }
td.TdClassName
{
border-color: #D30B02;
}
.TagClassName
{
border-color: #D30B02;
}
</style>