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