Html Css Color HEX #A71A1F Bright Red

📋 copy color: '#A71A1F'

red 167 ◦ green 26 ◦ blue 31

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

Shades of Bright Red #A71A1F

Tints of Bright Red #A71A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.61%

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 74.55%
G = 11.61%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A71A1F (or 0xA71A1F) is known color: Bright Red. HEX triplet: A7, 1A and 1F. RGB value is (167,26,31). Sum of RGB (Red+Green+Blue) = 167+26+31=224 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.55% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71A1F is #58E5E0. Grayscale: #444444. Windows color (decimal): -5826017 or 2038439. OLE color: 2038439.

HSL color Cylindrical-coordinate representation of color #A71A1F: hue angle of 357.87º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71A1F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 26 31 -
CMYK 0 0.84 0.81 0.35
HSL 357.87º 0.73% 0.38% -
HSV(B) 357.87º 0.84% 0.65% -
XYZ 16.55 9.05 2.17 -
YUV 68.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 167 26 31 0 0.84 0.81 0.35 357.87 0.73 0.38
Hex A7 1A 1F 0 54 51 23 166 49 26
Octal 247 32 37 0 124 121 43 546 111 46
Binary 10100111 11010 11111 0 1010100 1010001 100011 101100110 1001001 100110

Color Harmonies of #A71A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A1F

Black with #A71A1F

Text Example


Text Example

White with #A71A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A1F; }

 p { color: rgb(167,26,31); }

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

background-color css

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

 a { background-color: rgb(167,26,31); }

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

border-color css

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

 span { border-color: rgb(167,26,31); }

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