Shades of Free Speech Red #C81306
Tints of Free Speech Red #C81306
RGB
CMYK
RGB Variations
Color information
#C81306 (or 0xC81306) is known color: Free Speech Red. HEX triplet: C8, 13 and 06. RGB value is (200,19,6). Sum of RGB (Red+Green+Blue) = 200+19+6=225 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.89% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 200 - color contains mainly: red. Hex color #C81306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81306 is #37ECF9. Grayscale: #474747. Windows color (decimal): -3665146 or 398280. OLE color: 398280.
HSL color Cylindrical-coordinate representation of color #C81306: hue angle of 4.02º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C81306 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 6 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.22 |
| HSL | 4.02º | 0.94% | 0.4% | - |
| HSV(B) | 4.02º | 0.97% | 0.78% | - |
| XYZ | 24.09 | 12.76 | 1.37 | - |
| YUV | 71.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 6 | 0 | 0.90 | 0.97 | 0.22 | 4.02 | 0.94 | 0.4 |
| Hex | C8 | 13 | 6 | 0 | 5A | 61 | 16 | 4 | 5E | 28 |
| Octal | 310 | 23 | 6 | 0 | 132 | 141 | 26 | 4 | 136 | 50 |
| Binary | 11001000 | 10011 | 110 | 0 | 1011010 | 1100001 | 10110 | 100 | 1011110 | 101000 |
Color Harmonies of #C81306
Complementary color
Monochromatic Colors of #C81306
Black with #C81306
Text Example
Text Example
White with #C81306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81306; }
p { color: rgb(200,19,6); }
H1.HeaderClassName
{
color: #C81306;
}
.AnyTagClassName
{
color: #C81306;
}
</style>
background-color css
<style>
a { background-color: #C81306; }
a { background-color: rgb(200,19,6); }
div.DivClassName
{
background-color: #C81306;
}
.BgClassName
{
background-color: #C81306;
}
</style>
border-color css
<style>
span { border-color: #C81306; }
span { border-color: rgb(200,19,6); }
td.TdClassName
{
border-color: #C81306;
}
.TagClassName
{
border-color: #C81306;
}
</style>