Html Css Color HEX #A21E3A Bright Red

📋 copy color: '#A21E3A'

red 162 ◦ green 30 ◦ blue 58

#A21E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A21E3A

Tints of Bright Red #A21E3A

RGB

 RED value IS 162 (63.67% from 255) = 64.8%

 GREEN value IS 30 (12.11% from 255) = 12%

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 64.8%
G = 12%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A21E3A (or 0xA21E3A) is known color: Bright Red. HEX triplet: A2, 1E and 3A. RGB value is (162,30,58). Sum of RGB (Red+Green+Blue) = 162+30+58=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E3A is #5DE1C5. Grayscale: #484848. Windows color (decimal): -6152646 or 3808930. OLE color: 3808930.

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

Color convert

RGB 162 30 58 -
CMYK 0 0.81 0.64 0.36
HSL 347.27º 0.69% 0.38% -
HSV(B) 347.27º 0.81% 0.64% -
XYZ 16.13 8.92 4.87 -
YUV 72.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 162 30 58 0 0.81 0.64 0.36 347.27 0.69 0.38
Hex A2 1E 3A 0 51 40 24 15B 45 26
Octal 242 36 72 0 121 100 44 533 105 46
Binary 10100010 11110 111010 0 1010001 1000000 100100 101011011 1000101 100110

Color Harmonies of #A21E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E3A

Black with #A21E3A

Text Example


Text Example

White with #A21E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E3A; }

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

 H1.HeaderClassName
 {
   color: #A21E3A;
 }
 .AnyTagClassName
 {
   color: #A21E3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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