Shades of Free Speech Red #DA1002
Tints of Free Speech Red #DA1002
RGB
CMYK
RGB Variations
Color information
#DA1002 (or 0xDA1002) is known color: Free Speech Red. HEX triplet: DA, 10 and 02. RGB value is (218,16,2). Sum of RGB (Red+Green+Blue) = 218+16+2=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1002 is #25EFFD. Grayscale: #4B4B4B. Windows color (decimal): -2486270 or 135386. OLE color: 135386.
HSL color Cylindrical-coordinate representation of color #DA1002: hue angle of 3.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA1002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.15 |
| HSL | 3.89º | 0.98% | 0.43% | - |
| HSV(B) | 3.89º | 0.99% | 0.85% | - |
| XYZ | 29.11 | 15.28 | 1.47 | - |
| YUV | 74.8 | 86.92 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 2 | 0 | 0.93 | 0.99 | 0.15 | 3.89 | 0.98 | 0.43 |
| Hex | DA | 10 | 2 | 0 | 5D | 63 | F | 4 | 62 | 2B |
| Octal | 332 | 20 | 2 | 0 | 135 | 143 | 17 | 4 | 142 | 53 |
| Binary | 11011010 | 10000 | 10 | 0 | 1011101 | 1100011 | 1111 | 100 | 1100010 | 101011 |
Color Harmonies of #DA1002
Complementary color
Monochromatic Colors of #DA1002
Black with #DA1002
Text Example
Text Example
White with #DA1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1002; }
p { color: rgb(218,16,2); }
H1.HeaderClassName
{
color: #DA1002;
}
.AnyTagClassName
{
color: #DA1002;
}
</style>
background-color css
<style>
a { background-color: #DA1002; }
a { background-color: rgb(218,16,2); }
div.DivClassName
{
background-color: #DA1002;
}
.BgClassName
{
background-color: #DA1002;
}
</style>
border-color css
<style>
span { border-color: #DA1002; }
span { border-color: rgb(218,16,2); }
td.TdClassName
{
border-color: #DA1002;
}
.TagClassName
{
border-color: #DA1002;
}
</style>