Html Css Color HEX #A71E29 Bright Red

📋 copy color: '#A71E29'

red 167 ◦ green 30 ◦ blue 41

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

Shades of Bright Red #A71E29

Tints of Bright Red #A71E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.23%

R = 70.17%
G = 12.61%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A71E29 (or 0xA71E29) is known color: Bright Red. HEX triplet: A7, 1E and 29. RGB value is (167,30,41). Sum of RGB (Red+Green+Blue) = 167+30+41=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E29 is #58E1D6. Grayscale: #484848. Windows color (decimal): -5824983 or 2694823. OLE color: 2694823.

HSL color Cylindrical-coordinate representation of color #A71E29: hue angle of 355.18º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E29 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 30 41 -
CMYK 0 0.82 0.75 0.35
HSL 355.18º 0.7% 0.39% -
HSV(B) 355.18º 0.82% 0.65% -
XYZ 16.8 9.3 3.01 -
YUV 72.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 167 30 41 0 0.82 0.75 0.35 355.18 0.7 0.39
Hex A7 1E 29 0 52 4B 23 163 46 27
Octal 247 36 51 0 122 113 43 543 106 47
Binary 10100111 11110 101001 0 1010010 1001011 100011 101100011 1000110 100111

Color Harmonies of #A71E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71E29

Black with #A71E29

Text Example


Text Example

White with #A71E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71E29; }

 p { color: rgb(167,30,41); }

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

background-color css

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

 a { background-color: rgb(167,30,41); }

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

border-color css

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

 span { border-color: rgb(167,30,41); }

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