#A21A25

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

Shades of Bright Red #A21A25

Tints of Bright Red #A21A25

Color information

#A21A25 (or 0xA21A25) is unknown color: approx Bright Red. HEX triplet: A2, 1A and 25. RGB value is (162,26,37). Sum of RGB (Red+Green+Blue) = 162+26+37=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A25 is #5DE5DA. Grayscale: #444444. Windows color (decimal): -6153691 or 2431650. OLE color: 2431650.

HSL color Cylindrical-coordinate representation of color #A21A25: hue angle of 355.15º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A25 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1622637-
CMYK00.840.770.36
HSL355.15º72.34%36.86%-
HSV(B)355.15º83.95%63.53%-
XYZ15.68.552.58-
YUV67.92110.56195.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=72%
G=11.56%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162263700.840.770.36355.1572.3436.86
HexA21A250544D241634825
Octal242324501241154454311045
Binary10100010110101001010101010010011011001001011000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A25; }

 p { color: rgb(162,26,37); }

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

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

 a { background-color: rgb(162,26,37); }

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

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

 span { border-color: rgb(162,26,37); }

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