Shades of Free Speech Red #C81A05
Tints of Free Speech Red #C81A05
RGB
CMYK
RGB Variations
Color information
#C81A05 (or 0xC81A05) is known color: Free Speech Red. HEX triplet: C8, 1A and 05. RGB value is (200,26,5). Sum of RGB (Red+Green+Blue) = 200+26+5=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A05 is #37E5FA. Grayscale: #4B4B4B. Windows color (decimal): -3663355 or 334536. OLE color: 334536.
HSL color Cylindrical-coordinate representation of color #C81A05: hue angle of 6.46º degrees, saturation: 0.95, 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 #C81A05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 26 | 5 | - |
CMYK | 0 | 0.87 | 0.98 | 0.22 |
HSL | 6.46º | 0.95% | 0.4% | - |
HSV(B) | 6.46º | 0.98% | 0.78% | - |
XYZ | 24.22 | 13.03 | 1.38 | - |
YUV | 75.63 | 88.15 | 216.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 26 | 5 | 0 | 0.87 | 0.98 | 0.22 | 6.46 | 0.95 | 0.4 |
Hex | C8 | 1A | 5 | 0 | 57 | 62 | 16 | 6 | 5F | 28 |
Octal | 310 | 32 | 5 | 0 | 127 | 142 | 26 | 6 | 137 | 50 |
Binary | 11001000 | 11010 | 101 | 0 | 1010111 | 1100010 | 10110 | 110 | 1011111 | 101000 |
Color Harmonies of #C81A05
Complementary color
Monochromatic Colors of #C81A05
Black with #C81A05
Text Example
Text Example
White with #C81A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A05; }
p { color: rgb(200,26,5); }
H1.HeaderClassName
{
color: #C81A05;
}
.AnyTagClassName
{
color: #C81A05;
}
</style>
background-color css
<style>
a { background-color: #C81A05; }
a { background-color: rgb(200,26,5); }
div.DivClassName
{
background-color: #C81A05;
}
.BgClassName
{
background-color: #C81A05;
}
</style>
border-color css
<style>
span { border-color: #C81A05; }
span { border-color: rgb(200,26,5); }
td.TdClassName
{
border-color: #C81A05;
}
.TagClassName
{
border-color: #C81A05;
}
</style>