#C1120C

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

Shades of Free Speech Red #C1120C

Tints of Free Speech Red #C1120C

Color information

#C1120C (or 0xC1120C) is unknown color: approx Free Speech Red. HEX triplet: C1, 12 and 0C. RGB value is (193,18,12). Sum of RGB (Red+Green+Blue) = 193+18+12=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C1120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1120C is #3EEDF3. Grayscale: #454545. Windows color (decimal): -4124148 or 791233. OLE color: 791233.

HSL color Cylindrical-coordinate representation of color #C1120C: hue angle of 1.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1120C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1931812-
CMYK00.910.940.24
HSL1.99º88.29%40.2%-
HSV(B)1.99º93.78%75.69%-
XYZ22.2711.81.45-
YUV69.6495.48215.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 86.55%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=86.55%
G=8.07%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193181200.910.940.241.9988.2940.2
HexC112C05B5E1825828
Octal3012214013313630213050
Binary1100000110010110001011011101111011000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1120C; }

 p { color: rgb(193,18,12); }

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

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

 a { background-color: rgb(193,18,12); }

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

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

 span { border-color: rgb(193,18,12); }

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