Shades of Free Speech Red #DA0A03
Tints of Free Speech Red #DA0A03
RGB
CMYK
RGB Variations
Color information
#DA0A03 (or 0xDA0A03) is known color: Free Speech Red. HEX triplet: DA, 0A and 03. RGB value is (218,10,3). Sum of RGB (Red+Green+Blue) = 218+10+3=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0A03 is #25F5FC. Grayscale: #474747. Windows color (decimal): -2487805 or 199386. OLE color: 199386.
HSL color Cylindrical-coordinate representation of color #DA0A03: hue angle of 1.95º degrees, saturation: 0.97, 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 #DA0A03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.15 |
| HSL | 1.95º | 0.97% | 0.43% | - |
| HSV(B) | 1.95º | 0.99% | 0.85% | - |
| XYZ | 29.04 | 15.13 | 1.48 | - |
| YUV | 71.39 | 89.41 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 3 | 0 | 0.95 | 0.99 | 0.15 | 1.95 | 0.97 | 0.43 |
| Hex | DA | A | 3 | 0 | 5F | 63 | F | 2 | 61 | 2B |
| Octal | 332 | 12 | 3 | 0 | 137 | 143 | 17 | 2 | 141 | 53 |
| Binary | 11011010 | 1010 | 11 | 0 | 1011111 | 1100011 | 1111 | 10 | 1100001 | 101011 |
Color Harmonies of #DA0A03
Complementary color
Monochromatic Colors of #DA0A03
Black with #DA0A03
Text Example
Text Example
White with #DA0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A03; }
p { color: rgb(218,10,3); }
H1.HeaderClassName
{
color: #DA0A03;
}
.AnyTagClassName
{
color: #DA0A03;
}
</style>
background-color css
<style>
a { background-color: #DA0A03; }
a { background-color: rgb(218,10,3); }
div.DivClassName
{
background-color: #DA0A03;
}
.BgClassName
{
background-color: #DA0A03;
}
</style>
border-color css
<style>
span { border-color: #DA0A03; }
span { border-color: rgb(218,10,3); }
td.TdClassName
{
border-color: #DA0A03;
}
.TagClassName
{
border-color: #DA0A03;
}
</style>