#A21E35

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

Shades of Bright Red #A21E35

Tints of Bright Red #A21E35

Color information

#A21E35 (or 0xA21E35) is unknown color: approx Bright Red. HEX triplet: A2, 1E and 35. RGB value is (162,30,53). Sum of RGB (Red+Green+Blue) = 162+30+53=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E35 is #5DE1CA. Grayscale: #484848. Windows color (decimal): -6152651 or 3481250. OLE color: 3481250.

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

Color convert

RGB1623053-
CMYK00.810.670.36
HSL349.55º68.75%37.65%-
HSV(B)349.55º81.48%63.53%-
XYZ16.018.874.24-
YUV72.09117.23192.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=66.12%
G=12.24%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162305300.810.670.36349.5568.7537.65
HexA21E35051432415e4526
Octal242366501211034453610546
Binary10100010111101101010101000110000111001001010111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E35; }

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

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

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

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

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

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

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

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