#C7160C

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

Shades of Free Speech Red #C7160C

Tints of Free Speech Red #C7160C

Color information

#C7160C (or 0xC7160C) is unknown color: approx Free Speech Red. HEX triplet: C7, 16 and 0C. RGB value is (199,22,12). Sum of RGB (Red+Green+Blue) = 199+22+12=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C7160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7160C is #38E9F3. Grayscale: #494949. Windows color (decimal): -3729908 or 792263. OLE color: 792263.

HSL color Cylindrical-coordinate representation of color #C7160C: hue angle of 3.21º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7160C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB1992212-
CMYK00.890.940.22
HSL3.21º88.63%41.37%-
HSV(B)3.21º93.97%78.04%-
XYZ23.9112.741.55-
YUV73.7893.14217.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 85.41%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=85.41%
G=9.44%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199221200.890.940.223.2188.6341.37
HexC716C0595E1635929
Octal3072614013113626313151
Binary1100011110110110001011001101111010110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7160C; }

 p { color: rgb(199,22,12); }

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

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

 a { background-color: rgb(199,22,12); }

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

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

 span { border-color: rgb(199,22,12); }

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