Shades of Free Speech Red #DA1803
Tints of Free Speech Red #DA1803
RGB
CMYK
RGB Variations
Color information
#DA1803 (or 0xDA1803) is known color: Free Speech Red. HEX triplet: DA, 18 and 03. RGB value is (218,24,3). Sum of RGB (Red+Green+Blue) = 218+24+3=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1803 is #25E7FC. Grayscale: #4F4F4F. Windows color (decimal): -2484221 or 202970. OLE color: 202970.
HSL color Cylindrical-coordinate representation of color #DA1803: hue angle of 5.86º 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 #DA1803 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.15 |
| HSL | 5.86º | 0.97% | 0.43% | - |
| HSV(B) | 5.86º | 0.99% | 0.85% | - |
| XYZ | 29.26 | 15.57 | 1.55 | - |
| YUV | 79.61 | 84.77 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 3 | 0 | 0.89 | 0.99 | 0.15 | 5.86 | 0.97 | 0.43 |
| Hex | DA | 18 | 3 | 0 | 59 | 63 | F | 6 | 61 | 2B |
| Octal | 332 | 30 | 3 | 0 | 131 | 143 | 17 | 6 | 141 | 53 |
| Binary | 11011010 | 11000 | 11 | 0 | 1011001 | 1100011 | 1111 | 110 | 1100001 | 101011 |
Color Harmonies of #DA1803
Complementary color
Monochromatic Colors of #DA1803
Black with #DA1803
Text Example
Text Example
White with #DA1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1803; }
p { color: rgb(218,24,3); }
H1.HeaderClassName
{
color: #DA1803;
}
.AnyTagClassName
{
color: #DA1803;
}
</style>
background-color css
<style>
a { background-color: #DA1803; }
a { background-color: rgb(218,24,3); }
div.DivClassName
{
background-color: #DA1803;
}
.BgClassName
{
background-color: #DA1803;
}
</style>
border-color css
<style>
span { border-color: #DA1803; }
span { border-color: rgb(218,24,3); }
td.TdClassName
{
border-color: #DA1803;
}
.TagClassName
{
border-color: #DA1803;
}
</style>