Shades of Free Speech Red #DA0902
Tints of Free Speech Red #DA0902
RGB
CMYK
RGB Variations
Color information
#DA0902 (or 0xDA0902) is known color: Free Speech Red. HEX triplet: DA, 09 and 02. RGB value is (218,9,2). Sum of RGB (Red+Green+Blue) = 218+9+2=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0902 is #25F6FD. Grayscale: #464646. Windows color (decimal): -2488062 or 133594. OLE color: 133594.
HSL color Cylindrical-coordinate representation of color #DA0902: hue angle of 1.94º 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 #DA0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.15 |
| HSL | 1.94º | 0.98% | 0.43% | - |
| HSV(B) | 1.94º | 0.99% | 0.85% | - |
| XYZ | 29.02 | 15.11 | 1.44 | - |
| YUV | 70.69 | 89.24 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 2 | 0 | 0.96 | 0.99 | 0.15 | 1.94 | 0.98 | 0.43 |
| Hex | DA | 9 | 2 | 0 | 60 | 63 | F | 2 | 62 | 2B |
| Octal | 332 | 11 | 2 | 0 | 140 | 143 | 17 | 2 | 142 | 53 |
| Binary | 11011010 | 1001 | 10 | 0 | 1100000 | 1100011 | 1111 | 10 | 1100010 | 101011 |
Color Harmonies of #DA0902
Complementary color
Monochromatic Colors of #DA0902
Black with #DA0902
Text Example
Text Example
White with #DA0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0902; }
p { color: rgb(218,9,2); }
H1.HeaderClassName
{
color: #DA0902;
}
.AnyTagClassName
{
color: #DA0902;
}
</style>
background-color css
<style>
a { background-color: #DA0902; }
a { background-color: rgb(218,9,2); }
div.DivClassName
{
background-color: #DA0902;
}
.BgClassName
{
background-color: #DA0902;
}
</style>
border-color css
<style>
span { border-color: #DA0902; }
span { border-color: rgb(218,9,2); }
td.TdClassName
{
border-color: #DA0902;
}
.TagClassName
{
border-color: #DA0902;
}
</style>