Shades of Free Speech Red #DA0605
Tints of Free Speech Red #DA0605
RGB
CMYK
RGB Variations
Color information
#DA0605 (or 0xDA0605) is known color: Free Speech Red. HEX triplet: DA, 06 and 05. RGB value is (218,6,5). Sum of RGB (Red+Green+Blue) = 218+6+5=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0605 is #25F9FA. Grayscale: #454545. Windows color (decimal): -2488827 or 329434. OLE color: 329434.
HSL color Cylindrical-coordinate representation of color #DA0605: hue angle of 0.28º 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 #DA0605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.15 |
| HSL | 0.28º | 0.96% | 0.44% | - |
| HSV(B) | 0.28º | 0.98% | 0.85% | - |
| XYZ | 29.01 | 15.05 | 1.52 | - |
| YUV | 69.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 5 | 0 | 0.97 | 0.98 | 0.15 | 0.28 | 0.96 | 0.44 |
| Hex | DA | 6 | 5 | 0 | 61 | 62 | F | 0 | 60 | 2C |
| Octal | 332 | 6 | 5 | 0 | 141 | 142 | 17 | 0 | 140 | 54 |
| Binary | 11011010 | 110 | 101 | 0 | 1100001 | 1100010 | 1111 | 0 | 1100000 | 101100 |
Color Harmonies of #DA0605
Complementary color
Monochromatic Colors of #DA0605
Black with #DA0605
Text Example
Text Example
White with #DA0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0605; }
p { color: rgb(218,6,5); }
H1.HeaderClassName
{
color: #DA0605;
}
.AnyTagClassName
{
color: #DA0605;
}
</style>
background-color css
<style>
a { background-color: #DA0605; }
a { background-color: rgb(218,6,5); }
div.DivClassName
{
background-color: #DA0605;
}
.BgClassName
{
background-color: #DA0605;
}
</style>
border-color css
<style>
span { border-color: #DA0605; }
span { border-color: rgb(218,6,5); }
td.TdClassName
{
border-color: #DA0605;
}
.TagClassName
{
border-color: #DA0605;
}
</style>