Shades of Free Speech Red #DA1702
Tints of Free Speech Red #DA1702
RGB
CMYK
RGB Variations
Color information
#DA1702 (or 0xDA1702) is known color: Free Speech Red. HEX triplet: DA, 17 and 02. RGB value is (218,23,2). Sum of RGB (Red+Green+Blue) = 218+23+2=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1702 is #25E8FD. Grayscale: #4F4F4F. Windows color (decimal): -2484478 or 137178. OLE color: 137178.
HSL color Cylindrical-coordinate representation of color #DA1702: hue angle of 5.83º degrees, saturation: 0.98, 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 #DA1702 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.15 |
| HSL | 5.83º | 0.98% | 0.43% | - |
| HSV(B) | 5.83º | 0.99% | 0.85% | - |
| XYZ | 29.23 | 15.52 | 1.51 | - |
| YUV | 78.91 | 84.6 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 2 | 0 | 0.89 | 0.99 | 0.15 | 5.83 | 0.98 | 0.43 |
| Hex | DA | 17 | 2 | 0 | 59 | 63 | F | 6 | 62 | 2B |
| Octal | 332 | 27 | 2 | 0 | 131 | 143 | 17 | 6 | 142 | 53 |
| Binary | 11011010 | 10111 | 10 | 0 | 1011001 | 1100011 | 1111 | 110 | 1100010 | 101011 |
Color Harmonies of #DA1702
Complementary color
Monochromatic Colors of #DA1702
Black with #DA1702
Text Example
Text Example
White with #DA1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1702; }
p { color: rgb(218,23,2); }
H1.HeaderClassName
{
color: #DA1702;
}
.AnyTagClassName
{
color: #DA1702;
}
</style>
background-color css
<style>
a { background-color: #DA1702; }
a { background-color: rgb(218,23,2); }
div.DivClassName
{
background-color: #DA1702;
}
.BgClassName
{
background-color: #DA1702;
}
</style>
border-color css
<style>
span { border-color: #DA1702; }
span { border-color: rgb(218,23,2); }
td.TdClassName
{
border-color: #DA1702;
}
.TagClassName
{
border-color: #DA1702;
}
</style>