Html Css Color HEX #A1113D Bright Red

📋 copy color: '#A1113D'

red 161 ◦ green 17 ◦ blue 61

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

Shades of Bright Red #A1113D

Tints of Bright Red #A1113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 67.36%
G = 7.11%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1113D (or 0xA1113D) is known color: Bright Red. HEX triplet: A1, 11 and 3D. RGB value is (161,17,61). Sum of RGB (Red+Green+Blue) = 161+17+61=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1113D is #5EEEC2. Grayscale: #414141. Windows color (decimal): -6221507 or 4002209. OLE color: 4002209.

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

Color convert

RGB 161 17 61 -
CMYK 0 0.89 0.62 0.37
HSL 341.67º 0.81% 0.35% -
HSV(B) 341.67º 0.89% 0.63% -
XYZ 15.74 8.31 5.19 -
YUV 65.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 161 17 61 0 0.89 0.62 0.37 341.67 0.81 0.35
Hex A1 11 3D 0 59 3E 25 156 51 23
Octal 241 21 75 0 131 76 45 526 121 43
Binary 10100001 10001 111101 0 1011001 111110 100101 101010110 1010001 100011

Color Harmonies of #A1113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1113D

Black with #A1113D

Text Example


Text Example

White with #A1113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1113D; }

 p { color: rgb(161,17,61); }

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

background-color css

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

 a { background-color: rgb(161,17,61); }

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

border-color css

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

 span { border-color: rgb(161,17,61); }

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