Shades of Free Speech Red #D2130B
Tints of Free Speech Red #D2130B
RGB
CMYK
RGB Variations
Color information
#D2130B (or 0xD2130B) is known color: Free Speech Red. HEX triplet: D2, 13 and 0B. RGB value is (210,19,11). Sum of RGB (Red+Green+Blue) = 210+19+11=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D2130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2130B is #2DECF4. Grayscale: #4B4B4B. Windows color (decimal): -3009781 or 725970. OLE color: 725970.
HSL color Cylindrical-coordinate representation of color #D2130B: hue angle of 2.41º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2130B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.18 |
| HSL | 2.41º | 0.9% | 0.43% | - |
| HSV(B) | 2.41º | 0.95% | 0.82% | - |
| XYZ | 26.87 | 14.19 | 1.64 | - |
| YUV | 75.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 11 | 0 | 0.91 | 0.95 | 0.18 | 2.41 | 0.9 | 0.43 |
| Hex | D2 | 13 | B | 0 | 5B | 5F | 12 | 2 | 5A | 2B |
| Octal | 322 | 23 | 13 | 0 | 133 | 137 | 22 | 2 | 132 | 53 |
| Binary | 11010010 | 10011 | 1011 | 0 | 1011011 | 1011111 | 10010 | 10 | 1011010 | 101011 |
Color Harmonies of #D2130B
Complementary color
Monochromatic Colors of #D2130B
Black with #D2130B
Text Example
Text Example
White with #D2130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2130B; }
p { color: rgb(210,19,11); }
H1.HeaderClassName
{
color: #D2130B;
}
.AnyTagClassName
{
color: #D2130B;
}
</style>
background-color css
<style>
a { background-color: #D2130B; }
a { background-color: rgb(210,19,11); }
div.DivClassName
{
background-color: #D2130B;
}
.BgClassName
{
background-color: #D2130B;
}
</style>
border-color css
<style>
span { border-color: #D2130B; }
span { border-color: rgb(210,19,11); }
td.TdClassName
{
border-color: #D2130B;
}
.TagClassName
{
border-color: #D2130B;
}
</style>