#A11D1E

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

Shades of Bright Red #A11D1E

Tints of Bright Red #A11D1E

Color information

#A11D1E (or 0xA11D1E) is unknown color: approx Bright Red. HEX triplet: A1, 1D and 1E. RGB value is (161,29,30). Sum of RGB (Red+Green+Blue) = 161+29+30=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D1E is #5EE2E1. Grayscale: #444444. Windows color (decimal): -6218466 or 1973665. OLE color: 1973665.

HSL color Cylindrical-coordinate representation of color #A11D1E: hue angle of 359.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D1E is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1612930-
CMYK00.820.810.37
HSL359.55º69.47%37.25%-
HSV(B)359.55º81.99%63.14%-
XYZ15.378.552.07-
YUV68.58106.23193.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.18%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=73.18%
G=13.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161293000.820.810.37359.5569.4737.25
HexA11D1E05251251684525
Octal241353601221214555010545
Binary1010000111101111100101001010100011001011011010001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D1E; }

 p { color: rgb(161,29,30); }

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

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

 a { background-color: rgb(161,29,30); }

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

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

 span { border-color: rgb(161,29,30); }

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