Html Css Color HEX #A11D3E Bright Red

📋 copy color: '#A11D3E'

red 161 ◦ green 29 ◦ blue 62

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

Shades of Bright Red #A11D3E

Tints of Bright Red #A11D3E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 63.89%
G = 11.51%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A11D3E (or 0xA11D3E) is known color: Bright Red. HEX triplet: A1, 1D and 3E. RGB value is (161,29,62). Sum of RGB (Red+Green+Blue) = 161+29+62=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D3E is #5EE2C1. Grayscale: #484848. Windows color (decimal): -6218434 or 4070817. OLE color: 4070817.

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

Color convert

RGB 161 29 62 -
CMYK 0 0.82 0.61 0.37
HSL 345º 0.69% 0.37% -
HSV(B) 345º 0.82% 0.63% -
XYZ 16.01 8.8 5.41 -
YUV 72.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 161 29 62 0 0.82 0.61 0.37 345 0.69 0.37
Hex A1 1D 3E 0 52 3D 25 159 45 25
Octal 241 35 76 0 122 75 45 531 105 45
Binary 10100001 11101 111110 0 1010010 111101 100101 101011001 1000101 100101

Color Harmonies of #A11D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D3E

Black with #A11D3E

Text Example


Text Example

White with #A11D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D3E; }

 p { color: rgb(161,29,62); }

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

background-color css

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

 a { background-color: rgb(161,29,62); }

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

border-color css

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

 span { border-color: rgb(161,29,62); }

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