#A21A23

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

Shades of Bright Red #A21A23

Tints of Bright Red #A21A23

Color information

#A21A23 (or 0xA21A23) is unknown color: approx Bright Red. HEX triplet: A2, 1A and 23. RGB value is (162,26,35). Sum of RGB (Red+Green+Blue) = 162+26+35=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A23 is #5DE5DC. Grayscale: #434343. Windows color (decimal): -6153693 or 2300578. OLE color: 2300578.

HSL color Cylindrical-coordinate representation of color #A21A23: hue angle of 356.03º 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 #A21A23 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1622635-
CMYK00.840.780.36
HSL356.03º72.34%36.86%-
HSV(B)356.03º83.95%63.53%-
XYZ15.578.542.42-
YUV67.69109.56195.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=72.65%
G=11.66%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162263500.840.780.36356.0372.3436.86
HexA21A230544E241644825
Octal242324301241164454411045
Binary10100010110101000110101010010011101001001011001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A23; }

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

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

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

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

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

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

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

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