#C50C05

Color #C50C05 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #C50C05

Tints of Free Speech Red #C50C05

Color information

#C50C05 (or 0xC50C05) is unknown color: approx Free Speech Red. HEX triplet: C5, 0C and 05. RGB value is (197,12,5). Sum of RGB (Red+Green+Blue) = 197+12+5=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50C05 is #3AF3FA. Grayscale: #424242. Windows color (decimal): -3863547 or 330949. OLE color: 330949.

HSL color Cylindrical-coordinate representation of color #C50C05: hue angle of 2.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50C05 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB197125-
CMYK00.940.970.23
HSL2.19º95.05%39.61%-
HSV(B)2.19º97.46%77.25%-
XYZ23.1812.141.27-
YUV66.5293.29221.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 92.06%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 5 (2.34% from 255) = 2.34%
R=92.06%
G=5.61%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712500.940.970.232.1995.0539.61
HexC5C505E611725f28
Octal305145013614127213750
Binary11000101110010101011110110000110111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50C05; }

 p { color: rgb(197,12,5); }

 H1.HeaderClassName
 {
   color: #C50C05;
 }
 .AnyTagClassName
 {
   color: #C50C05;
 }
</style>
background-color css

<style>
 a { background-color: #C50C05; }

 a { background-color: rgb(197,12,5); }

 div.DivClassName
 {
   background-color: #C50C05;
 }
 .BgClassName
 {
   background-color: #C50C05;
 }
</style>
border-color css

<style>
 span { border-color: #C50C05; }

 span { border-color: rgb(197,12,5); }

 td.TdClassName
 {
   border-color: #C50C05;
 }
 .TagClassName
 {
   border-color: #C50C05;
 }
</style>