Shades of Free Speech Red #D20B02
Tints of Free Speech Red #D20B02
RGB
CMYK
RGB Variations
Color information
#D20B02 (or 0xD20B02) is known color: Free Speech Red. HEX triplet: D2, 0B and 02. RGB value is (210,11,2). Sum of RGB (Red+Green+Blue) = 210+11+2=223 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.17% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20B02 is #2DF4FD. Grayscale: #454545. Windows color (decimal): -3011838 or 134098. OLE color: 134098.
HSL color Cylindrical-coordinate representation of color #D20B02: hue angle of 2.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20B02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.18 |
| HSL | 2.6º | 0.98% | 0.42% | - |
| HSV(B) | 2.6º | 0.99% | 0.82% | - |
| XYZ | 26.71 | 13.95 | 1.34 | - |
| YUV | 69.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 2 | 0 | 0.95 | 0.99 | 0.18 | 2.6 | 0.98 | 0.42 |
| Hex | D2 | B | 2 | 0 | 5F | 63 | 12 | 3 | 62 | 2A |
| Octal | 322 | 13 | 2 | 0 | 137 | 143 | 22 | 3 | 142 | 52 |
| Binary | 11010010 | 1011 | 10 | 0 | 1011111 | 1100011 | 10010 | 11 | 1100010 | 101010 |
Color Harmonies of #D20B02
Complementary color
Monochromatic Colors of #D20B02
Black with #D20B02
Text Example
Text Example
White with #D20B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B02; }
p { color: rgb(210,11,2); }
H1.HeaderClassName
{
color: #D20B02;
}
.AnyTagClassName
{
color: #D20B02;
}
</style>
background-color css
<style>
a { background-color: #D20B02; }
a { background-color: rgb(210,11,2); }
div.DivClassName
{
background-color: #D20B02;
}
.BgClassName
{
background-color: #D20B02;
}
</style>
border-color css
<style>
span { border-color: #D20B02; }
span { border-color: rgb(210,11,2); }
td.TdClassName
{
border-color: #D20B02;
}
.TagClassName
{
border-color: #D20B02;
}
</style>