Shades of Free Speech Red #DA1300
Tints of Free Speech Red #DA1300
RGB
CMYK
RGB Variations
Color information
#DA1300 (or 0xDA1300) is known color: Free Speech Red. HEX triplet: DA, 13 and 00. RGB value is (218,19,0). Sum of RGB (Red+Green+Blue) = 218+19+0=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1300 is #25ECFF. Grayscale: #4C4C4C. Windows color (decimal): -2485504 or 5082. OLE color: 5082.
HSL color Cylindrical-coordinate representation of color #DA1300: hue angle of 5.23º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.15 |
| HSL | 5.23º | 1% | 0.43% | - |
| HSV(B) | 5.23º | 1% | 0.85% | - |
| XYZ | 29.15 | 15.37 | 1.43 | - |
| YUV | 76.34 | 84.93 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 0 | 0 | 0.91 | 1 | 0.15 | 5.23 | 1 | 0.43 |
| Hex | DA | 13 | 0 | 0 | 5B | 64 | F | 5 | 64 | 2B |
| Octal | 332 | 23 | 0 | 0 | 133 | 144 | 17 | 5 | 144 | 53 |
| Binary | 11011010 | 10011 | 0 | 0 | 1011011 | 1100100 | 1111 | 101 | 1100100 | 101011 |
Color Harmonies of #DA1300
Complementary color
Monochromatic Colors of #DA1300
Black with #DA1300
Text Example
Text Example
White with #DA1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1300; }
p { color: rgb(218,19,0); }
H1.HeaderClassName
{
color: #DA1300;
}
.AnyTagClassName
{
color: #DA1300;
}
</style>
background-color css
<style>
a { background-color: #DA1300; }
a { background-color: rgb(218,19,0); }
div.DivClassName
{
background-color: #DA1300;
}
.BgClassName
{
background-color: #DA1300;
}
</style>
border-color css
<style>
span { border-color: #DA1300; }
span { border-color: rgb(218,19,0); }
td.TdClassName
{
border-color: #DA1300;
}
.TagClassName
{
border-color: #DA1300;
}
</style>