#A21E2E

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

Shades of Bright Red #A21E2E

Tints of Bright Red #A21E2E

Color information

#A21E2E (or 0xA21E2E) is unknown color: approx Bright Red. HEX triplet: A2, 1E and 2E. RGB value is (162,30,46). Sum of RGB (Red+Green+Blue) = 162+30+46=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E2E is #5DE1D1. Grayscale: #474747. Windows color (decimal): -6152658 or 3022498. OLE color: 3022498.

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

Color convert

RGB1623046-
CMYK00.810.720.36
HSL352.73º68.75%37.65%-
HSV(B)352.73º81.48%63.53%-
XYZ15.868.813.45-
YUV71.29113.73192.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.07%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=68.07%
G=12.61%
B=19.33%

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
Decimal162304600.810.720.36352.7368.7537.65
HexA21E2E05148241614526
Octal242365601211104454110546
Binary10100010111101011100101000110010001001001011000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E2E; }

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

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

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

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

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

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

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

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