Shades of Free Speech Red #DA1001
Tints of Free Speech Red #DA1001
RGB
CMYK
RGB Variations
Color information
#DA1001 (or 0xDA1001) is known color: Free Speech Red. HEX triplet: DA, 10 and 01. RGB value is (218,16,1). Sum of RGB (Red+Green+Blue) = 218+16+1=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1001 is #25EFFE. Grayscale: #4A4A4A. Windows color (decimal): -2486271 or 69850. OLE color: 69850.
HSL color Cylindrical-coordinate representation of color #DA1001: hue angle of 4.15º 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 #DA1001 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.15 |
| HSL | 4.15º | 0.99% | 0.43% | - |
| HSV(B) | 4.15º | 1% | 0.85% | - |
| XYZ | 29.1 | 15.28 | 1.44 | - |
| YUV | 74.69 | 86.42 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 1 | 0 | 0.93 | 1.00 | 0.15 | 4.15 | 0.99 | 0.43 |
| Hex | DA | 10 | 1 | 0 | 5D | 64 | F | 4 | 63 | 2B |
| Octal | 332 | 20 | 1 | 0 | 135 | 144 | 17 | 4 | 143 | 53 |
| Binary | 11011010 | 10000 | 1 | 0 | 1011101 | 1100100 | 1111 | 100 | 1100011 | 101011 |
Color Harmonies of #DA1001
Complementary color
Monochromatic Colors of #DA1001
Black with #DA1001
Text Example
Text Example
White with #DA1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1001; }
p { color: rgb(218,16,1); }
H1.HeaderClassName
{
color: #DA1001;
}
.AnyTagClassName
{
color: #DA1001;
}
</style>
background-color css
<style>
a { background-color: #DA1001; }
a { background-color: rgb(218,16,1); }
div.DivClassName
{
background-color: #DA1001;
}
.BgClassName
{
background-color: #DA1001;
}
</style>
border-color css
<style>
span { border-color: #DA1001; }
span { border-color: rgb(218,16,1); }
td.TdClassName
{
border-color: #DA1001;
}
.TagClassName
{
border-color: #DA1001;
}
</style>