Shades of Free Speech Red #DA1201
Tints of Free Speech Red #DA1201
RGB
CMYK
RGB Variations
Color information
#DA1201 (or 0xDA1201) is known color: Free Speech Red. HEX triplet: DA, 12 and 01. RGB value is (218,18,1). Sum of RGB (Red+Green+Blue) = 218+18+1=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1201 is #25EDFE. Grayscale: #4C4C4C. Windows color (decimal): -2485759 or 70362. OLE color: 70362.
HSL color Cylindrical-coordinate representation of color #DA1201: hue angle of 4.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1201 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.15 |
| HSL | 4.7º | 0.99% | 0.43% | - |
| HSV(B) | 4.7º | 1% | 0.85% | - |
| XYZ | 29.14 | 15.34 | 1.45 | - |
| YUV | 75.86 | 85.76 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 1 | 0 | 0.92 | 1.00 | 0.15 | 4.7 | 0.99 | 0.43 |
| Hex | DA | 12 | 1 | 0 | 5C | 64 | F | 5 | 63 | 2B |
| Octal | 332 | 22 | 1 | 0 | 134 | 144 | 17 | 5 | 143 | 53 |
| Binary | 11011010 | 10010 | 1 | 0 | 1011100 | 1100100 | 1111 | 101 | 1100011 | 101011 |
Color Harmonies of #DA1201
Complementary color
Monochromatic Colors of #DA1201
Black with #DA1201
Text Example
Text Example
White with #DA1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1201; }
p { color: rgb(218,18,1); }
H1.HeaderClassName
{
color: #DA1201;
}
.AnyTagClassName
{
color: #DA1201;
}
</style>
background-color css
<style>
a { background-color: #DA1201; }
a { background-color: rgb(218,18,1); }
div.DivClassName
{
background-color: #DA1201;
}
.BgClassName
{
background-color: #DA1201;
}
</style>
border-color css
<style>
span { border-color: #DA1201; }
span { border-color: rgb(218,18,1); }
td.TdClassName
{
border-color: #DA1201;
}
.TagClassName
{
border-color: #DA1201;
}
</style>