Shades of Free Speech Red #DA0805
Tints of Free Speech Red #DA0805
RGB
CMYK
RGB Variations
Color information
#DA0805 (or 0xDA0805) is known color: Free Speech Red. HEX triplet: DA, 08 and 05. RGB value is (218,8,5). Sum of RGB (Red+Green+Blue) = 218+8+5=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0805 is #25F7FA. Grayscale: #464646. Windows color (decimal): -2488315 or 329946. OLE color: 329946.
HSL color Cylindrical-coordinate representation of color #DA0805: hue angle of 0.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.15 |
| HSL | 0.85º | 0.96% | 0.44% | - |
| HSV(B) | 0.85º | 0.98% | 0.85% | - |
| XYZ | 29.03 | 15.09 | 1.53 | - |
| YUV | 70.45 | 91.07 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 5 | 0 | 0.96 | 0.98 | 0.15 | 0.85 | 0.96 | 0.44 |
| Hex | DA | 8 | 5 | 0 | 60 | 62 | F | 1 | 60 | 2C |
| Octal | 332 | 10 | 5 | 0 | 140 | 142 | 17 | 1 | 140 | 54 |
| Binary | 11011010 | 1000 | 101 | 0 | 1100000 | 1100010 | 1111 | 1 | 1100000 | 101100 |
Color Harmonies of #DA0805
Complementary color
Monochromatic Colors of #DA0805
Black with #DA0805
Text Example
Text Example
White with #DA0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0805; }
p { color: rgb(218,8,5); }
H1.HeaderClassName
{
color: #DA0805;
}
.AnyTagClassName
{
color: #DA0805;
}
</style>
background-color css
<style>
a { background-color: #DA0805; }
a { background-color: rgb(218,8,5); }
div.DivClassName
{
background-color: #DA0805;
}
.BgClassName
{
background-color: #DA0805;
}
</style>
border-color css
<style>
span { border-color: #DA0805; }
span { border-color: rgb(218,8,5); }
td.TdClassName
{
border-color: #DA0805;
}
.TagClassName
{
border-color: #DA0805;
}
</style>