Shades of Free Speech Red #C81502
Tints of Free Speech Red #C81502
RGB
CMYK
RGB Variations
Color information
#C81502 (or 0xC81502) is known color: Free Speech Red. HEX triplet: C8, 15 and 02. RGB value is (200,21,2). Sum of RGB (Red+Green+Blue) = 200+21+2=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C81502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81502 is #37EAFD. Grayscale: #484848. Windows color (decimal): -3664638 or 136648. OLE color: 136648.
HSL color Cylindrical-coordinate representation of color #C81502: hue angle of 5.76º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C81502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.22 |
| HSL | 5.76º | 0.98% | 0.4% | - |
| HSV(B) | 5.76º | 0.99% | 0.78% | - |
| XYZ | 24.1 | 12.82 | 1.26 | - |
| YUV | 72.36 | 88.3 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 2 | 0 | 0.90 | 0.99 | 0.22 | 5.76 | 0.98 | 0.4 |
| Hex | C8 | 15 | 2 | 0 | 5A | 63 | 16 | 6 | 62 | 28 |
| Octal | 310 | 25 | 2 | 0 | 132 | 143 | 26 | 6 | 142 | 50 |
| Binary | 11001000 | 10101 | 10 | 0 | 1011010 | 1100011 | 10110 | 110 | 1100010 | 101000 |
Color Harmonies of #C81502
Complementary color
Monochromatic Colors of #C81502
Black with #C81502
Text Example
Text Example
White with #C81502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81502; }
p { color: rgb(200,21,2); }
H1.HeaderClassName
{
color: #C81502;
}
.AnyTagClassName
{
color: #C81502;
}
</style>
background-color css
<style>
a { background-color: #C81502; }
a { background-color: rgb(200,21,2); }
div.DivClassName
{
background-color: #C81502;
}
.BgClassName
{
background-color: #C81502;
}
</style>
border-color css
<style>
span { border-color: #C81502; }
span { border-color: rgb(200,21,2); }
td.TdClassName
{
border-color: #C81502;
}
.TagClassName
{
border-color: #C81502;
}
</style>