Shades of Free Speech Red #DA0200
Tints of Free Speech Red #DA0200
RGB
CMYK
RGB Variations
Color information
#DA0200 (or 0xDA0200) is known color: Free Speech Red. HEX triplet: DA, 02 and 00. RGB value is (218,2,0). Sum of RGB (Red+Green+Blue) = 218+2+0=220 (29% of max value = 765). Red value is 218 (85.55% from 255 or 99.09% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0200 is #25FDFF. Grayscale: #424242. Windows color (decimal): -2489856 or 730. OLE color: 730.
HSL color Cylindrical-coordinate representation of color #DA0200: hue angle of 0.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.15 |
| HSL | 0.55º | 1% | 0.43% | - |
| HSV(B) | 0.55º | 1% | 0.85% | - |
| XYZ | 28.94 | 14.95 | 1.36 | - |
| YUV | 66.36 | 90.56 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 0 | 0 | 0.99 | 1 | 0.15 | 0.55 | 1 | 0.43 |
| Hex | DA | 2 | 0 | 0 | 63 | 64 | F | 1 | 64 | 2B |
| Octal | 332 | 2 | 0 | 0 | 143 | 144 | 17 | 1 | 144 | 53 |
| Binary | 11011010 | 10 | 0 | 0 | 1100011 | 1100100 | 1111 | 1 | 1100100 | 101011 |
Color Harmonies of #DA0200
Complementary color
Monochromatic Colors of #DA0200
Black with #DA0200
Text Example
Text Example
White with #DA0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0200; }
p { color: rgb(218,2,0); }
H1.HeaderClassName
{
color: #DA0200;
}
.AnyTagClassName
{
color: #DA0200;
}
</style>
background-color css
<style>
a { background-color: #DA0200; }
a { background-color: rgb(218,2,0); }
div.DivClassName
{
background-color: #DA0200;
}
.BgClassName
{
background-color: #DA0200;
}
</style>
border-color css
<style>
span { border-color: #DA0200; }
span { border-color: rgb(218,2,0); }
td.TdClassName
{
border-color: #DA0200;
}
.TagClassName
{
border-color: #DA0200;
}
</style>