Shades of Free Speech Red #DA1103
Tints of Free Speech Red #DA1103
RGB
CMYK
RGB Variations
Color information
#DA1103 (or 0xDA1103) is known color: Free Speech Red. HEX triplet: DA, 11 and 03. RGB value is (218,17,3). Sum of RGB (Red+Green+Blue) = 218+17+3=238 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.60% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1103 is #25EEFC. Grayscale: #4B4B4B. Windows color (decimal): -2486013 or 201178. OLE color: 201178.
HSL color Cylindrical-coordinate representation of color #DA1103: hue angle of 3.91º 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 #DA1103 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.15 |
| HSL | 3.91º | 0.97% | 0.43% | - |
| HSV(B) | 3.91º | 0.99% | 0.85% | - |
| XYZ | 29.13 | 15.31 | 1.51 | - |
| YUV | 75.5 | 87.09 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 3 | 0 | 0.92 | 0.99 | 0.15 | 3.91 | 0.97 | 0.43 |
| Hex | DA | 11 | 3 | 0 | 5C | 63 | F | 4 | 61 | 2B |
| Octal | 332 | 21 | 3 | 0 | 134 | 143 | 17 | 4 | 141 | 53 |
| Binary | 11011010 | 10001 | 11 | 0 | 1011100 | 1100011 | 1111 | 100 | 1100001 | 101011 |
Color Harmonies of #DA1103
Complementary color
Monochromatic Colors of #DA1103
Black with #DA1103
Text Example
Text Example
White with #DA1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1103; }
p { color: rgb(218,17,3); }
H1.HeaderClassName
{
color: #DA1103;
}
.AnyTagClassName
{
color: #DA1103;
}
</style>
background-color css
<style>
a { background-color: #DA1103; }
a { background-color: rgb(218,17,3); }
div.DivClassName
{
background-color: #DA1103;
}
.BgClassName
{
background-color: #DA1103;
}
</style>
border-color css
<style>
span { border-color: #DA1103; }
span { border-color: rgb(218,17,3); }
td.TdClassName
{
border-color: #DA1103;
}
.TagClassName
{
border-color: #DA1103;
}
</style>