Shades of Free Speech Red #D20A08
Tints of Free Speech Red #D20A08
RGB
CMYK
RGB Variations
Color information
#D20A08 (or 0xD20A08) is known color: Free Speech Red. HEX triplet: D2, 0A and 08. RGB value is (210,10,8). Sum of RGB (Red+Green+Blue) = 210+10+8=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20A08 is #2DF5F7. Grayscale: #454545. Windows color (decimal): -3012088 or 527058. OLE color: 527058.
HSL color Cylindrical-coordinate representation of color #D20A08: hue angle of 0.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20A08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.18 |
| HSL | 0.59º | 0.93% | 0.43% | - |
| HSV(B) | 0.59º | 0.96% | 0.82% | - |
| XYZ | 26.73 | 13.94 | 1.51 | - |
| YUV | 69.57 | 93.26 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 8 | 0 | 0.95 | 0.96 | 0.18 | 0.59 | 0.93 | 0.43 |
| Hex | D2 | A | 8 | 0 | 5F | 60 | 12 | 1 | 5D | 2B |
| Octal | 322 | 12 | 10 | 0 | 137 | 140 | 22 | 1 | 135 | 53 |
| Binary | 11010010 | 1010 | 1000 | 0 | 1011111 | 1100000 | 10010 | 1 | 1011101 | 101011 |
Color Harmonies of #D20A08
Complementary color
Monochromatic Colors of #D20A08
Black with #D20A08
Text Example
Text Example
White with #D20A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20A08; }
p { color: rgb(210,10,8); }
H1.HeaderClassName
{
color: #D20A08;
}
.AnyTagClassName
{
color: #D20A08;
}
</style>
background-color css
<style>
a { background-color: #D20A08; }
a { background-color: rgb(210,10,8); }
div.DivClassName
{
background-color: #D20A08;
}
.BgClassName
{
background-color: #D20A08;
}
</style>
border-color css
<style>
span { border-color: #D20A08; }
span { border-color: rgb(210,10,8); }
td.TdClassName
{
border-color: #D20A08;
}
.TagClassName
{
border-color: #D20A08;
}
</style>