Shades of Free Speech Red #DA0C02
Tints of Free Speech Red #DA0C02
RGB
CMYK
RGB Variations
Color information
#DA0C02 (or 0xDA0C02) is known color: Free Speech Red. HEX triplet: DA, 0C and 02. RGB value is (218,12,2). Sum of RGB (Red+Green+Blue) = 218+12+2=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0C02 is #25F3FD. Grayscale: #484848. Windows color (decimal): -2487294 or 134362. OLE color: 134362.
HSL color Cylindrical-coordinate representation of color #DA0C02: hue angle of 2.78º 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 #DA0C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.15 |
| HSL | 2.78º | 0.98% | 0.43% | - |
| HSV(B) | 2.78º | 0.99% | 0.85% | - |
| XYZ | 29.06 | 15.17 | 1.45 | - |
| YUV | 72.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 2 | 0 | 0.94 | 0.99 | 0.15 | 2.78 | 0.98 | 0.43 |
| Hex | DA | C | 2 | 0 | 5E | 63 | F | 3 | 62 | 2B |
| Octal | 332 | 14 | 2 | 0 | 136 | 143 | 17 | 3 | 142 | 53 |
| Binary | 11011010 | 1100 | 10 | 0 | 1011110 | 1100011 | 1111 | 11 | 1100010 | 101011 |
Color Harmonies of #DA0C02
Complementary color
Monochromatic Colors of #DA0C02
Black with #DA0C02
Text Example
Text Example
White with #DA0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C02; }
p { color: rgb(218,12,2); }
H1.HeaderClassName
{
color: #DA0C02;
}
.AnyTagClassName
{
color: #DA0C02;
}
</style>
background-color css
<style>
a { background-color: #DA0C02; }
a { background-color: rgb(218,12,2); }
div.DivClassName
{
background-color: #DA0C02;
}
.BgClassName
{
background-color: #DA0C02;
}
</style>
border-color css
<style>
span { border-color: #DA0C02; }
span { border-color: rgb(218,12,2); }
td.TdClassName
{
border-color: #DA0C02;
}
.TagClassName
{
border-color: #DA0C02;
}
</style>