Shades of Free Speech Red #DA0A04
Tints of Free Speech Red #DA0A04
RGB
CMYK
RGB Variations
Color information
#DA0A04 (or 0xDA0A04) is known color: Free Speech Red. HEX triplet: DA, 0A and 04. RGB value is (218,10,4). Sum of RGB (Red+Green+Blue) = 218+10+4=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0A04 is #25F5FB. Grayscale: #474747. Windows color (decimal): -2487804 or 264922. OLE color: 264922.
HSL color Cylindrical-coordinate representation of color #DA0A04: hue angle of 1.68º 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 #DA0A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.15 |
| HSL | 1.68º | 0.96% | 0.44% | - |
| HSV(B) | 1.68º | 0.98% | 0.85% | - |
| XYZ | 29.04 | 15.13 | 1.5 | - |
| YUV | 71.51 | 89.91 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 4 | 0 | 0.95 | 0.98 | 0.15 | 1.68 | 0.96 | 0.44 |
| Hex | DA | A | 4 | 0 | 5F | 62 | F | 2 | 60 | 2C |
| Octal | 332 | 12 | 4 | 0 | 137 | 142 | 17 | 2 | 140 | 54 |
| Binary | 11011010 | 1010 | 100 | 0 | 1011111 | 1100010 | 1111 | 10 | 1100000 | 101100 |
Color Harmonies of #DA0A04
Complementary color
Monochromatic Colors of #DA0A04
Black with #DA0A04
Text Example
Text Example
White with #DA0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A04; }
p { color: rgb(218,10,4); }
H1.HeaderClassName
{
color: #DA0A04;
}
.AnyTagClassName
{
color: #DA0A04;
}
</style>
background-color css
<style>
a { background-color: #DA0A04; }
a { background-color: rgb(218,10,4); }
div.DivClassName
{
background-color: #DA0A04;
}
.BgClassName
{
background-color: #DA0A04;
}
</style>
border-color css
<style>
span { border-color: #DA0A04; }
span { border-color: rgb(218,10,4); }
td.TdClassName
{
border-color: #DA0A04;
}
.TagClassName
{
border-color: #DA0A04;
}
</style>