Html Css Color HEX #A71731 Bright Red

📋 copy color: '#A71731'

red 167 ◦ green 23 ◦ blue 49

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

Shades of Bright Red #A71731

Tints of Bright Red #A71731

RGB

 RED value IS 167 (65.63% from 255) = 69.87%

 GREEN value IS 23 (9.38% from 255) = 9.62%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 69.87%
G = 9.62%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A71731 (or 0xA71731) is known color: Bright Red. HEX triplet: A7, 17 and 31. RGB value is (167,23,49). Sum of RGB (Red+Green+Blue) = 167+23+49=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A71731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71731 is #58E8CE. Grayscale: #454545. Windows color (decimal): -5826767 or 3217319. OLE color: 3217319.

HSL color Cylindrical-coordinate representation of color #A71731: hue angle of 349.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71731 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 23 49 -
CMYK 0 0.86 0.71 0.35
HSL 349.17º 0.76% 0.37% -
HSV(B) 349.17º 0.86% 0.65% -
XYZ 16.8 9.05 3.77 -
YUV 69.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 167 23 49 0 0.86 0.71 0.35 349.17 0.76 0.37
Hex A7 17 31 0 56 47 23 15D 4C 25
Octal 247 27 61 0 126 107 43 535 114 45
Binary 10100111 10111 110001 0 1010110 1000111 100011 101011101 1001100 100101

Color Harmonies of #A71731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71731

Black with #A71731

Text Example


Text Example

White with #A71731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71731; }

 p { color: rgb(167,23,49); }

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

background-color css

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

 a { background-color: rgb(167,23,49); }

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

border-color css

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

 span { border-color: rgb(167,23,49); }

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