Shades of Free Speech Red #DA1608
Tints of Free Speech Red #DA1608
RGB
CMYK
RGB Variations
Color information
#DA1608 (or 0xDA1608) is known color: Free Speech Red. HEX triplet: DA, 16 and 08. RGB value is (218,22,8). Sum of RGB (Red+Green+Blue) = 218+22+8=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1608 is #25E9F7. Grayscale: #4F4F4F. Windows color (decimal): -2484728 or 530138. OLE color: 530138.
HSL color Cylindrical-coordinate representation of color #DA1608: hue angle of 4º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA1608 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.15 |
| HSL | 4º | 0.93% | 0.44% | - |
| HSV(B) | 4º | 0.96% | 0.85% | - |
| XYZ | 29.24 | 15.5 | 1.68 | - |
| YUV | 79.01 | 87.93 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 8 | 0 | 0.90 | 0.96 | 0.15 | 4 | 0.93 | 0.44 |
| Hex | DA | 16 | 8 | 0 | 5A | 60 | F | 4 | 5D | 2C |
| Octal | 332 | 26 | 10 | 0 | 132 | 140 | 17 | 4 | 135 | 54 |
| Binary | 11011010 | 10110 | 1000 | 0 | 1011010 | 1100000 | 1111 | 100 | 1011101 | 101100 |
Color Harmonies of #DA1608
Complementary color
Monochromatic Colors of #DA1608
Black with #DA1608
Text Example
Text Example
White with #DA1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1608; }
p { color: rgb(218,22,8); }
H1.HeaderClassName
{
color: #DA1608;
}
.AnyTagClassName
{
color: #DA1608;
}
</style>
background-color css
<style>
a { background-color: #DA1608; }
a { background-color: rgb(218,22,8); }
div.DivClassName
{
background-color: #DA1608;
}
.BgClassName
{
background-color: #DA1608;
}
</style>
border-color css
<style>
span { border-color: #DA1608; }
span { border-color: rgb(218,22,8); }
td.TdClassName
{
border-color: #DA1608;
}
.TagClassName
{
border-color: #DA1608;
}
</style>