Shades of Free Speech Red #DA1500
Tints of Free Speech Red #DA1500
RGB
CMYK
RGB Variations
Color information
#DA1500 (or 0xDA1500) is known color: Free Speech Red. HEX triplet: DA, 15 and 00. RGB value is (218,21,0). Sum of RGB (Red+Green+Blue) = 218+21+0=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1500 is #25EAFF. Grayscale: #4D4D4D. Windows color (decimal): -2484992 or 5594. OLE color: 5594.
HSL color Cylindrical-coordinate representation of color #DA1500: hue angle of 5.78º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.15 |
| HSL | 5.78º | 1% | 0.43% | - |
| HSV(B) | 5.78º | 1% | 0.85% | - |
| XYZ | 29.18 | 15.44 | 1.44 | - |
| YUV | 77.51 | 84.27 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 0 | 0 | 0.90 | 1 | 0.15 | 5.78 | 1 | 0.43 |
| Hex | DA | 15 | 0 | 0 | 5A | 64 | F | 6 | 64 | 2B |
| Octal | 332 | 25 | 0 | 0 | 132 | 144 | 17 | 6 | 144 | 53 |
| Binary | 11011010 | 10101 | 0 | 0 | 1011010 | 1100100 | 1111 | 110 | 1100100 | 101011 |
Color Harmonies of #DA1500
Complementary color
Monochromatic Colors of #DA1500
Black with #DA1500
Text Example
Text Example
White with #DA1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1500; }
p { color: rgb(218,21,0); }
H1.HeaderClassName
{
color: #DA1500;
}
.AnyTagClassName
{
color: #DA1500;
}
</style>
background-color css
<style>
a { background-color: #DA1500; }
a { background-color: rgb(218,21,0); }
div.DivClassName
{
background-color: #DA1500;
}
.BgClassName
{
background-color: #DA1500;
}
</style>
border-color css
<style>
span { border-color: #DA1500; }
span { border-color: rgb(218,21,0); }
td.TdClassName
{
border-color: #DA1500;
}
.TagClassName
{
border-color: #DA1500;
}
</style>