Shades of Free Speech Red #DA0600
Tints of Free Speech Red #DA0600
RGB
CMYK
RGB Variations
Color information
#DA0600 (or 0xDA0600) is known color: Free Speech Red. HEX triplet: DA, 06 and 00. RGB value is (218,6,0). Sum of RGB (Red+Green+Blue) = 218+6+0=224 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.32% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0600 is #25F9FF. Grayscale: #444444. Windows color (decimal): -2488832 or 1754. OLE color: 1754.
HSL color Cylindrical-coordinate representation of color #DA0600: hue angle of 1.65º 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 #DA0600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.15 |
| HSL | 1.65º | 1% | 0.43% | - |
| HSV(B) | 1.65º | 1% | 0.85% | - |
| XYZ | 28.98 | 15.04 | 1.37 | - |
| YUV | 68.7 | 89.24 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 0 | 0 | 0.97 | 1 | 0.15 | 1.65 | 1 | 0.43 |
| Hex | DA | 6 | 0 | 0 | 61 | 64 | F | 2 | 64 | 2B |
| Octal | 332 | 6 | 0 | 0 | 141 | 144 | 17 | 2 | 144 | 53 |
| Binary | 11011010 | 110 | 0 | 0 | 1100001 | 1100100 | 1111 | 10 | 1100100 | 101011 |
Color Harmonies of #DA0600
Complementary color
Monochromatic Colors of #DA0600
Black with #DA0600
Text Example
Text Example
White with #DA0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0600; }
p { color: rgb(218,6,0); }
H1.HeaderClassName
{
color: #DA0600;
}
.AnyTagClassName
{
color: #DA0600;
}
</style>
background-color css
<style>
a { background-color: #DA0600; }
a { background-color: rgb(218,6,0); }
div.DivClassName
{
background-color: #DA0600;
}
.BgClassName
{
background-color: #DA0600;
}
</style>
border-color css
<style>
span { border-color: #DA0600; }
span { border-color: rgb(218,6,0); }
td.TdClassName
{
border-color: #DA0600;
}
.TagClassName
{
border-color: #DA0600;
}
</style>