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