#a11f2e

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

Shades of Bright Red #A11F2E

Tints of Bright Red #A11F2E

Color information

#A11F2E (or 0xA11F2E) is unknown color: approx Bright Red. HEX triplet: A1, 1F and 2E. RGB value is (161,31,46). Sum of RGB (Red+Green+Blue) = 161+31+46=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F2E is #5EE0D1. Grayscale: #474747. Windows color (decimal): -6217938 or 3022753. OLE color: 3022753.

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

Color convert

RGB1613146-
CMYK00.810.710.37
HSL353.08º67.71%37.65%-
HSV(B)353.08º80.75%63.14%-
XYZ15.688.753.45-
YUV71.58113.57191.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=67.65%
G=13.03%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161314600.810.710.37353.0867.7137.65
HexA11F2E05147251614426
Octal241375601211074554110446
Binary10100001111111011100101000110001111001011011000011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11f2e; }

 p { color: rgb(161,31,46); }

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

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

 a { background-color: rgb(161,31,46); }

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

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

 span { border-color: rgb(161,31,46); }

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