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