#A21737

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

Shades of Bright Red #A21737

Tints of Bright Red #A21737

Color information

#A21737 (or 0xA21737) is unknown color: approx Bright Red. HEX triplet: A2, 17 and 37. RGB value is (162,23,55). Sum of RGB (Red+Green+Blue) = 162+23+55=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A21737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21737 is #5DE8C8. Grayscale: #444444. Windows color (decimal): -6154441 or 3610530. OLE color: 3610530.

HSL color Cylindrical-coordinate representation of color #A21737: hue angle of 346.19º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21737 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1622355-
CMYK00.860.660.36
HSL346.19º75.14%36.27%-
HSV(B)346.19º85.8%63.53%-
XYZ15.98.574.43-
YUV68.21120.55194.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=67.5%
G=9.58%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162235500.860.660.36346.1975.1436.27
HexA21737056422415a4b24
Octal242276701261024453211344
Binary10100010101111101110101011010000101001001010110101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21737; }

 p { color: rgb(162,23,55); }

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

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

 a { background-color: rgb(162,23,55); }

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

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

 span { border-color: rgb(162,23,55); }

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