Shades of Free Speech Red #C81A03
Tints of Free Speech Red #C81A03
RGB
CMYK
RGB Variations
Color information
#C81A03 (or 0xC81A03) is known color: Free Speech Red. HEX triplet: C8, 1A and 03. RGB value is (200,26,3). Sum of RGB (Red+Green+Blue) = 200+26+3=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A03 is #37E5FC. Grayscale: #4B4B4B. Windows color (decimal): -3663357 or 203464. OLE color: 203464.
HSL color Cylindrical-coordinate representation of color #C81A03: hue angle of 7.01º degrees, saturation: 0.97, 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 #C81A03 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.22 |
| HSL | 7.01º | 0.97% | 0.4% | - |
| HSV(B) | 7.01º | 0.99% | 0.78% | - |
| XYZ | 24.21 | 13.02 | 1.32 | - |
| YUV | 75.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 3 | 0 | 0.87 | 0.98 | 0.22 | 7.01 | 0.97 | 0.4 |
| Hex | C8 | 1A | 3 | 0 | 57 | 62 | 16 | 7 | 61 | 28 |
| Octal | 310 | 32 | 3 | 0 | 127 | 142 | 26 | 7 | 141 | 50 |
| Binary | 11001000 | 11010 | 11 | 0 | 1010111 | 1100010 | 10110 | 111 | 1100001 | 101000 |
Color Harmonies of #C81A03
Complementary color
Monochromatic Colors of #C81A03
Black with #C81A03
Text Example
Text Example
White with #C81A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A03; }
p { color: rgb(200,26,3); }
H1.HeaderClassName
{
color: #C81A03;
}
.AnyTagClassName
{
color: #C81A03;
}
</style>
background-color css
<style>
a { background-color: #C81A03; }
a { background-color: rgb(200,26,3); }
div.DivClassName
{
background-color: #C81A03;
}
.BgClassName
{
background-color: #C81A03;
}
</style>
border-color css
<style>
span { border-color: #C81A03; }
span { border-color: rgb(200,26,3); }
td.TdClassName
{
border-color: #C81A03;
}
.TagClassName
{
border-color: #C81A03;
}
</style>