Html Css Color HEX #A71F3C Bright Red

📋 copy color: '#A71F3C'

red 167 ◦ green 31 ◦ blue 60

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

Shades of Bright Red #A71F3C

Tints of Bright Red #A71F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 64.73%
G = 12.02%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A71F3C (or 0xA71F3C) is known color: Bright Red. HEX triplet: A7, 1F and 3C. RGB value is (167,31,60). Sum of RGB (Red+Green+Blue) = 167+31+60=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71F3C is #58E0C3. Grayscale: #4A4A4A. Windows color (decimal): -5824708 or 3940263. OLE color: 3940263.

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

Color convert

RGB 167 31 60 -
CMYK 0 0.81 0.64 0.35
HSL 347.21º 0.69% 0.39% -
HSV(B) 347.21º 0.81% 0.65% -
XYZ 17.24 9.52 5.2 -
YUV 74.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 167 31 60 0 0.81 0.64 0.35 347.21 0.69 0.39
Hex A7 1F 3C 0 51 40 23 15B 45 27
Octal 247 37 74 0 121 100 43 533 105 47
Binary 10100111 11111 111100 0 1010001 1000000 100011 101011011 1000101 100111

Color Harmonies of #A71F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F3C

Black with #A71F3C

Text Example


Text Example

White with #A71F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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