Shades of Free Speech Red #DA1509
Tints of Free Speech Red #DA1509
RGB
CMYK
RGB Variations
Color information
#DA1509 (or 0xDA1509) is known color: Free Speech Red. HEX triplet: DA, 15 and 09. RGB value is (218,21,9). Sum of RGB (Red+Green+Blue) = 218+21+9=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1509 is #25EAF6. Grayscale: #4E4E4E. Windows color (decimal): -2484983 or 595418. OLE color: 595418.
HSL color Cylindrical-coordinate representation of color #DA1509: hue angle of 3.44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA1509 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.15 |
| HSL | 3.44º | 0.92% | 0.45% | - |
| HSV(B) | 3.44º | 0.96% | 0.85% | - |
| XYZ | 29.23 | 15.46 | 1.7 | - |
| YUV | 78.54 | 88.77 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 9 | 0 | 0.90 | 0.96 | 0.15 | 3.44 | 0.92 | 0.45 |
| Hex | DA | 15 | 9 | 0 | 5A | 60 | F | 3 | 5C | 2D |
| Octal | 332 | 25 | 11 | 0 | 132 | 140 | 17 | 3 | 134 | 55 |
| Binary | 11011010 | 10101 | 1001 | 0 | 1011010 | 1100000 | 1111 | 11 | 1011100 | 101101 |
Color Harmonies of #DA1509
Complementary color
Monochromatic Colors of #DA1509
Black with #DA1509
Text Example
Text Example
White with #DA1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1509; }
p { color: rgb(218,21,9); }
H1.HeaderClassName
{
color: #DA1509;
}
.AnyTagClassName
{
color: #DA1509;
}
</style>
background-color css
<style>
a { background-color: #DA1509; }
a { background-color: rgb(218,21,9); }
div.DivClassName
{
background-color: #DA1509;
}
.BgClassName
{
background-color: #DA1509;
}
</style>
border-color css
<style>
span { border-color: #DA1509; }
span { border-color: rgb(218,21,9); }
td.TdClassName
{
border-color: #DA1509;
}
.TagClassName
{
border-color: #DA1509;
}
</style>