Shades of Free Speech Red #D30902
Tints of Free Speech Red #D30902
RGB
CMYK
RGB Variations
Color information
#D30902 (or 0xD30902) is known color: Free Speech Red. HEX triplet: D3, 09 and 02. RGB value is (211,9,2). Sum of RGB (Red+Green+Blue) = 211+9+2=222 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.05% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 211 - color contains mainly: red. Hex color #D30902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30902 is #2CF6FD. Grayscale: #444444. Windows color (decimal): -2946814 or 133587. OLE color: 133587.
HSL color Cylindrical-coordinate representation of color #D30902: hue angle of 2.01º 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 #D30902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.17 |
| HSL | 2.01º | 0.98% | 0.42% | - |
| HSV(B) | 2.01º | 0.99% | 0.83% | - |
| XYZ | 26.97 | 14.05 | 1.35 | - |
| YUV | 68.6 | 90.42 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 2 | 0 | 0.96 | 0.99 | 0.17 | 2.01 | 0.98 | 0.42 |
| Hex | D3 | 9 | 2 | 0 | 60 | 63 | 11 | 2 | 62 | 2A |
| Octal | 323 | 11 | 2 | 0 | 140 | 143 | 21 | 2 | 142 | 52 |
| Binary | 11010011 | 1001 | 10 | 0 | 1100000 | 1100011 | 10001 | 10 | 1100010 | 101010 |
Color Harmonies of #D30902
Complementary color
Monochromatic Colors of #D30902
Black with #D30902
Text Example
Text Example
White with #D30902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30902; }
p { color: rgb(211,9,2); }
H1.HeaderClassName
{
color: #D30902;
}
.AnyTagClassName
{
color: #D30902;
}
</style>
background-color css
<style>
a { background-color: #D30902; }
a { background-color: rgb(211,9,2); }
div.DivClassName
{
background-color: #D30902;
}
.BgClassName
{
background-color: #D30902;
}
</style>
border-color css
<style>
span { border-color: #D30902; }
span { border-color: rgb(211,9,2); }
td.TdClassName
{
border-color: #D30902;
}
.TagClassName
{
border-color: #D30902;
}
</style>