Html Css Color HEX #A11E2D Bright Red

📋 copy color: '#A11E2D'

red 161 ◦ green 30 ◦ blue 45

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

Shades of Bright Red #A11E2D

Tints of Bright Red #A11E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 68.22%
G = 12.71%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A11E2D (or 0xA11E2D) is known color: Bright Red. HEX triplet: A1, 1E and 2D. RGB value is (161,30,45). Sum of RGB (Red+Green+Blue) = 161+30+45=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E2D is #5EE1D2. Grayscale: #464646. Windows color (decimal): -6218195 or 2956961. OLE color: 2956961.

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

Color convert

RGB 161 30 45 -
CMYK 0 0.81 0.72 0.37
HSL 353.13º 0.69% 0.37% -
HSV(B) 353.13º 0.81% 0.63% -
XYZ 15.64 8.7 3.34 -
YUV 70.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 161 30 45 0 0.81 0.72 0.37 353.13 0.69 0.37
Hex A1 1E 2D 0 51 48 25 161 45 25
Octal 241 36 55 0 121 110 45 541 105 45
Binary 10100001 11110 101101 0 1010001 1001000 100101 101100001 1000101 100101

Color Harmonies of #A11E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E2D

Black with #A11E2D

Text Example


Text Example

White with #A11E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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