Shades of Free Speech Red #DA0602
Tints of Free Speech Red #DA0602
RGB
CMYK
RGB Variations
Color information
#DA0602 (or 0xDA0602) is known color: Free Speech Red. HEX triplet: DA, 06 and 02. RGB value is (218,6,2). Sum of RGB (Red+Green+Blue) = 218+6+2=226 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.46% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0602 is #25F9FD. Grayscale: #454545. Windows color (decimal): -2488830 or 132826. OLE color: 132826.
HSL color Cylindrical-coordinate representation of color #DA0602: hue angle of 1.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.15 |
| HSL | 1.11º | 0.98% | 0.43% | - |
| HSV(B) | 1.11º | 0.99% | 0.85% | - |
| XYZ | 28.99 | 15.04 | 1.43 | - |
| YUV | 68.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 2 | 0 | 0.97 | 0.99 | 0.15 | 1.11 | 0.98 | 0.43 |
| Hex | DA | 6 | 2 | 0 | 61 | 63 | F | 1 | 62 | 2B |
| Octal | 332 | 6 | 2 | 0 | 141 | 143 | 17 | 1 | 142 | 53 |
| Binary | 11011010 | 110 | 10 | 0 | 1100001 | 1100011 | 1111 | 1 | 1100010 | 101011 |
Color Harmonies of #DA0602
Complementary color
Monochromatic Colors of #DA0602
Black with #DA0602
Text Example
Text Example
White with #DA0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0602; }
p { color: rgb(218,6,2); }
H1.HeaderClassName
{
color: #DA0602;
}
.AnyTagClassName
{
color: #DA0602;
}
</style>
background-color css
<style>
a { background-color: #DA0602; }
a { background-color: rgb(218,6,2); }
div.DivClassName
{
background-color: #DA0602;
}
.BgClassName
{
background-color: #DA0602;
}
</style>
border-color css
<style>
span { border-color: #DA0602; }
span { border-color: rgb(218,6,2); }
td.TdClassName
{
border-color: #DA0602;
}
.TagClassName
{
border-color: #DA0602;
}
</style>