Shades of Free Speech Red #DA0C03
Tints of Free Speech Red #DA0C03
RGB
CMYK
RGB Variations
Color information
#DA0C03 (or 0xDA0C03) is known color: Free Speech Red. HEX triplet: DA, 0C and 03. RGB value is (218,12,3). Sum of RGB (Red+Green+Blue) = 218+12+3=233 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.56% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0C03 is #25F3FC. Grayscale: #484848. Windows color (decimal): -2487293 or 199898. OLE color: 199898.
HSL color Cylindrical-coordinate representation of color #DA0C03: hue angle of 2.51º 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 #DA0C03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.15 |
| HSL | 2.51º | 0.97% | 0.43% | - |
| HSV(B) | 2.51º | 0.99% | 0.85% | - |
| XYZ | 29.06 | 15.17 | 1.48 | - |
| YUV | 72.57 | 88.75 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 3 | 0 | 0.94 | 0.99 | 0.15 | 2.51 | 0.97 | 0.43 |
| Hex | DA | C | 3 | 0 | 5E | 63 | F | 3 | 61 | 2B |
| Octal | 332 | 14 | 3 | 0 | 136 | 143 | 17 | 3 | 141 | 53 |
| Binary | 11011010 | 1100 | 11 | 0 | 1011110 | 1100011 | 1111 | 11 | 1100001 | 101011 |
Color Harmonies of #DA0C03
Complementary color
Monochromatic Colors of #DA0C03
Black with #DA0C03
Text Example
Text Example
White with #DA0C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C03; }
p { color: rgb(218,12,3); }
H1.HeaderClassName
{
color: #DA0C03;
}
.AnyTagClassName
{
color: #DA0C03;
}
</style>
background-color css
<style>
a { background-color: #DA0C03; }
a { background-color: rgb(218,12,3); }
div.DivClassName
{
background-color: #DA0C03;
}
.BgClassName
{
background-color: #DA0C03;
}
</style>
border-color css
<style>
span { border-color: #DA0C03; }
span { border-color: rgb(218,12,3); }
td.TdClassName
{
border-color: #DA0C03;
}
.TagClassName
{
border-color: #DA0C03;
}
</style>