Html Css Color HEX #A21839 Bright Red

📋 copy color: '#A21839'

red 162 ◦ green 24 ◦ blue 57

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

Shades of Bright Red #A21839

Tints of Bright Red #A21839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 66.67%
G = 9.88%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A21839 (or 0xA21839) is known color: Bright Red. HEX triplet: A2, 18 and 39. RGB value is (162,24,57). Sum of RGB (Red+Green+Blue) = 162+24+57=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A21839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21839 is #5DE7C6. Grayscale: #454545. Windows color (decimal): -6154183 or 3741858. OLE color: 3741858.

HSL color Cylindrical-coordinate representation of color #A21839: hue angle of 345.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21839 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 57 -
CMYK 0 0.85 0.65 0.36
HSL 345.65º 0.74% 0.36% -
HSV(B) 345.65º 0.85% 0.64% -
XYZ 15.97 8.63 4.7 -
YUV 69.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 162 24 57 0 0.85 0.65 0.36 345.65 0.74 0.36
Hex A2 18 39 0 55 41 24 15A 4A 24
Octal 242 30 71 0 125 101 44 532 112 44
Binary 10100010 11000 111001 0 1010101 1000001 100100 101011010 1001010 100100

Color Harmonies of #A21839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21839

Black with #A21839

Text Example


Text Example

White with #A21839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21839; }

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

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

background-color css

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

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

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

border-color css

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

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

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