Html Css Color HEX #A21E39 Bright Red

📋 copy color: '#A21E39'

red 162 ◦ green 30 ◦ blue 57

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

Shades of Bright Red #A21E39

Tints of Bright Red #A21E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 65.06%
G = 12.05%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A21E39 (or 0xA21E39) is known color: Bright Red. HEX triplet: A2, 1E and 39. RGB value is (162,30,57). Sum of RGB (Red+Green+Blue) = 162+30+57=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E39 is #5DE1C6. Grayscale: #484848. Windows color (decimal): -6152647 or 3743394. OLE color: 3743394.

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

Color convert

RGB 162 30 57 -
CMYK 0 0.81 0.65 0.36
HSL 347.73º 0.69% 0.38% -
HSV(B) 347.73º 0.81% 0.64% -
XYZ 16.1 8.91 4.74 -
YUV 72.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 162 30 57 0 0.81 0.65 0.36 347.73 0.69 0.38
Hex A2 1E 39 0 51 41 24 15C 45 26
Octal 242 36 71 0 121 101 44 534 105 46
Binary 10100010 11110 111001 0 1010001 1000001 100100 101011100 1000101 100110

Color Harmonies of #A21E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E39

Black with #A21E39

Text Example


Text Example

White with #A21E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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