Shades of Free Speech Red #DA0702
Tints of Free Speech Red #DA0702
RGB
CMYK
RGB Variations
Color information
#DA0702 (or 0xDA0702) is known color: Free Speech Red. HEX triplet: DA, 07 and 02. RGB value is (218,7,2). Sum of RGB (Red+Green+Blue) = 218+7+2=227 (30% of max value = 765). Red value is 218 (85.55% from 255 or 96.04% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0702 is #25F8FD. Grayscale: #454545. Windows color (decimal): -2488574 or 133082. OLE color: 133082.
HSL color Cylindrical-coordinate representation of color #DA0702: hue angle of 1.39º 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 #DA0702 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.15 |
| HSL | 1.39º | 0.98% | 0.43% | - |
| HSV(B) | 1.39º | 0.99% | 0.85% | - |
| XYZ | 29 | 15.06 | 1.44 | - |
| YUV | 69.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 2 | 0 | 0.97 | 0.99 | 0.15 | 1.39 | 0.98 | 0.43 |
| Hex | DA | 7 | 2 | 0 | 61 | 63 | F | 1 | 62 | 2B |
| Octal | 332 | 7 | 2 | 0 | 141 | 143 | 17 | 1 | 142 | 53 |
| Binary | 11011010 | 111 | 10 | 0 | 1100001 | 1100011 | 1111 | 1 | 1100010 | 101011 |
Color Harmonies of #DA0702
Complementary color
Monochromatic Colors of #DA0702
Black with #DA0702
Text Example
Text Example
White with #DA0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0702; }
p { color: rgb(218,7,2); }
H1.HeaderClassName
{
color: #DA0702;
}
.AnyTagClassName
{
color: #DA0702;
}
</style>
background-color css
<style>
a { background-color: #DA0702; }
a { background-color: rgb(218,7,2); }
div.DivClassName
{
background-color: #DA0702;
}
.BgClassName
{
background-color: #DA0702;
}
</style>
border-color css
<style>
span { border-color: #DA0702; }
span { border-color: rgb(218,7,2); }
td.TdClassName
{
border-color: #DA0702;
}
.TagClassName
{
border-color: #DA0702;
}
</style>