Shades of Free Speech Red #C81201
Tints of Free Speech Red #C81201
RGB
CMYK
RGB Variations
Color information
#C81201 (or 0xC81201) is known color: Free Speech Red. HEX triplet: C8, 12 and 01. RGB value is (200,18,1). Sum of RGB (Red+Green+Blue) = 200+18+1=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C81201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81201 is #37EDFE. Grayscale: #464646. Windows color (decimal): -3665407 or 70344. OLE color: 70344.
HSL color Cylindrical-coordinate representation of color #C81201: hue angle of 5.13º 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 #C81201 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.22 |
| HSL | 5.13º | 0.99% | 0.39% | - |
| HSV(B) | 5.13º | 1% | 0.78% | - |
| XYZ | 24.04 | 12.71 | 1.22 | - |
| YUV | 70.48 | 88.8 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 1 | 0 | 0.91 | 1.00 | 0.22 | 5.13 | 0.99 | 0.39 |
| Hex | C8 | 12 | 1 | 0 | 5B | 64 | 16 | 5 | 63 | 27 |
| Octal | 310 | 22 | 1 | 0 | 133 | 144 | 26 | 5 | 143 | 47 |
| Binary | 11001000 | 10010 | 1 | 0 | 1011011 | 1100100 | 10110 | 101 | 1100011 | 100111 |
Color Harmonies of #C81201
Complementary color
Monochromatic Colors of #C81201
Black with #C81201
Text Example
Text Example
White with #C81201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81201; }
p { color: rgb(200,18,1); }
H1.HeaderClassName
{
color: #C81201;
}
.AnyTagClassName
{
color: #C81201;
}
</style>
background-color css
<style>
a { background-color: #C81201; }
a { background-color: rgb(200,18,1); }
div.DivClassName
{
background-color: #C81201;
}
.BgClassName
{
background-color: #C81201;
}
</style>
border-color css
<style>
span { border-color: #C81201; }
span { border-color: rgb(200,18,1); }
td.TdClassName
{
border-color: #C81201;
}
.TagClassName
{
border-color: #C81201;
}
</style>