Html Css Color HEX #A11E20 Bright Red

📋 copy color: '#A11E20'

red 161 ◦ green 30 ◦ blue 32

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

Shades of Bright Red #A11E20

Tints of Bright Red #A11E20

RGB

 RED value IS 161 (63.28% from 255) = 72.2%

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 72.2%
G = 13.45%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A11E20 (or 0xA11E20) is known color: Bright Red. HEX triplet: A1, 1E and 20. RGB value is (161,30,32). Sum of RGB (Red+Green+Blue) = 161+30+32=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E20 is #5EE1DF. Grayscale: #454545. Windows color (decimal): -6218208 or 2104993. OLE color: 2104993.

HSL color Cylindrical-coordinate representation of color #A11E20: hue angle of 359.08º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E20 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 30 32 -
CMYK 0 0.81 0.80 0.37
HSL 359.08º 0.69% 0.37% -
HSV(B) 359.08º 0.81% 0.63% -
XYZ 15.42 8.61 2.22 -
YUV 69.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 161 30 32 0 0.81 0.80 0.37 359.08 0.69 0.37
Hex A1 1E 20 0 51 50 25 167 45 25
Octal 241 36 40 0 121 120 45 547 105 45
Binary 10100001 11110 100000 0 1010001 1010000 100101 101100111 1000101 100101

Color Harmonies of #A11E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E20

Black with #A11E20

Text Example


Text Example

White with #A11E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E20; }

 p { color: rgb(161,30,32); }

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

background-color css

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

 a { background-color: rgb(161,30,32); }

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

border-color css

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

 span { border-color: rgb(161,30,32); }

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