Shades of Free Speech Red #C81A04
Tints of Free Speech Red #C81A04
RGB
CMYK
RGB Variations
Color information
#C81A04 (or 0xC81A04) is known color: Free Speech Red. HEX triplet: C8, 1A and 04. RGB value is (200,26,4). Sum of RGB (Red+Green+Blue) = 200+26+4=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A04 is #37E5FB. Grayscale: #4B4B4B. Windows color (decimal): -3663356 or 269000. OLE color: 269000.
HSL color Cylindrical-coordinate representation of color #C81A04: hue angle of 6.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C81A04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 4 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.22 |
| HSL | 6.73º | 0.96% | 0.4% | - |
| HSV(B) | 6.73º | 0.98% | 0.78% | - |
| XYZ | 24.21 | 13.03 | 1.35 | - |
| YUV | 75.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 4 | 0 | 0.87 | 0.98 | 0.22 | 6.73 | 0.96 | 0.4 |
| Hex | C8 | 1A | 4 | 0 | 57 | 62 | 16 | 7 | 60 | 28 |
| Octal | 310 | 32 | 4 | 0 | 127 | 142 | 26 | 7 | 140 | 50 |
| Binary | 11001000 | 11010 | 100 | 0 | 1010111 | 1100010 | 10110 | 111 | 1100000 | 101000 |
Color Harmonies of #C81A04
Complementary color
Monochromatic Colors of #C81A04
Black with #C81A04
Text Example
Text Example
White with #C81A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A04; }
p { color: rgb(200,26,4); }
H1.HeaderClassName
{
color: #C81A04;
}
.AnyTagClassName
{
color: #C81A04;
}
</style>
background-color css
<style>
a { background-color: #C81A04; }
a { background-color: rgb(200,26,4); }
div.DivClassName
{
background-color: #C81A04;
}
.BgClassName
{
background-color: #C81A04;
}
</style>
border-color css
<style>
span { border-color: #C81A04; }
span { border-color: rgb(200,26,4); }
td.TdClassName
{
border-color: #C81A04;
}
.TagClassName
{
border-color: #C81A04;
}
</style>