Shades of Free Speech Red #C81300
Tints of Free Speech Red #C81300
RGB
CMYK
RGB Variations
Color information
#C81300 (or 0xC81300) is known color: Free Speech Red. HEX triplet: C8, 13 and 00. RGB value is (200,19,0). Sum of RGB (Red+Green+Blue) = 200+19+0=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C81300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81300 is #37ECFF. Grayscale: #474747. Windows color (decimal): -3665152 or 5064. OLE color: 5064.
HSL color Cylindrical-coordinate representation of color #C81300: hue angle of 5.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C81300 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.22 |
| HSL | 5.7º | 1% | 0.39% | - |
| HSV(B) | 5.7º | 1% | 0.78% | - |
| XYZ | 24.05 | 12.75 | 1.19 | - |
| YUV | 70.95 | 87.97 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 0 | 0 | 0.90 | 1 | 0.22 | 5.7 | 1 | 0.39 |
| Hex | C8 | 13 | 0 | 0 | 5A | 64 | 16 | 6 | 64 | 27 |
| Octal | 310 | 23 | 0 | 0 | 132 | 144 | 26 | 6 | 144 | 47 |
| Binary | 11001000 | 10011 | 0 | 0 | 1011010 | 1100100 | 10110 | 110 | 1100100 | 100111 |
Color Harmonies of #C81300
Complementary color
Monochromatic Colors of #C81300
Black with #C81300
Text Example
Text Example
White with #C81300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81300; }
p { color: rgb(200,19,0); }
H1.HeaderClassName
{
color: #C81300;
}
.AnyTagClassName
{
color: #C81300;
}
</style>
background-color css
<style>
a { background-color: #C81300; }
a { background-color: rgb(200,19,0); }
div.DivClassName
{
background-color: #C81300;
}
.BgClassName
{
background-color: #C81300;
}
</style>
border-color css
<style>
span { border-color: #C81300; }
span { border-color: rgb(200,19,0); }
td.TdClassName
{
border-color: #C81300;
}
.TagClassName
{
border-color: #C81300;
}
</style>