#C1120A

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

Shades of Free Speech Red #C1120A

Tints of Free Speech Red #C1120A

Color information

#C1120A (or 0xC1120A) is unknown color: approx Free Speech Red. HEX triplet: C1, 12 and 0A. RGB value is (193,18,10). Sum of RGB (Red+Green+Blue) = 193+18+10=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C1120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1120A is #3EEDF5. Grayscale: #454545. Windows color (decimal): -4124150 or 660161. OLE color: 660161.

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

Color convert

RGB1931810-
CMYK00.910.950.24
HSL2.62º90.15%39.8%-
HSV(B)2.62º94.82%75.69%-
XYZ22.2611.791.39-
YUV69.4194.48216.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 87.33%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=87.33%
G=8.14%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193181000.910.950.242.6290.1539.8
HexC112A05B5F1835a28
Octal3012212013313730313250
Binary1100000110010101001011011101111111000111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1120A; }

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

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

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

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

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

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

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

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