#A21E2D

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

Shades of Bright Red #A21E2D

Tints of Bright Red #A21E2D

Color information

#A21E2D (or 0xA21E2D) is unknown color: approx Bright Red. HEX triplet: A2, 1E and 2D. RGB value is (162,30,45). Sum of RGB (Red+Green+Blue) = 162+30+45=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E2D is #5DE1D2. Grayscale: #474747. Windows color (decimal): -6152659 or 2956962. OLE color: 2956962.

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

Color convert

RGB1623045-
CMYK00.810.720.36
HSL353.18º68.75%37.65%-
HSV(B)353.18º81.48%63.53%-
XYZ15.848.83.35-
YUV71.18113.23192.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.35%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=68.35%
G=12.66%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162304500.810.720.36353.1868.7537.65
HexA21E2D05148241614526
Octal242365501211104454110546
Binary10100010111101011010101000110010001001001011000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E2D; }

 p { color: rgb(162,30,45); }

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

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

 a { background-color: rgb(162,30,45); }

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

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

 span { border-color: rgb(162,30,45); }

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