#a11f37

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

Shades of Bright Red #A11F37

Tints of Bright Red #A11F37

Color information

#A11F37 (or 0xA11F37) is unknown color: approx Bright Red. HEX triplet: A1, 1F and 37. RGB value is (161,31,55). Sum of RGB (Red+Green+Blue) = 161+31+55=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F37 is #5EE0C8. Grayscale: #484848. Windows color (decimal): -6217929 or 3612577. OLE color: 3612577.

HSL color Cylindrical-coordinate representation of color #A11F37: hue angle of 348.92º 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 #A11F37 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1613155-
CMYK00.810.660.37
HSL348.92º67.71%37.65%-
HSV(B)348.92º80.75%63.14%-
XYZ15.888.834.48-
YUV72.61118.07191.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 31 (12.5% from 255) = 12.55%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=65.18%
G=12.55%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161315500.810.660.37348.9267.7137.65
HexA11F37051422515d4426
Octal241376701211024553510446
Binary10100001111111101110101000110000101001011010111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11f37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11f37; }

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

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

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

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

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

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

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

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