Html Css Color HEX #A7213E Bright Red

📋 copy color: '#A7213E'

red 167 ◦ green 33 ◦ blue 62

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

Shades of Bright Red #A7213E

Tints of Bright Red #A7213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 63.74%
G = 12.6%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7213E (or 0xA7213E) is known color: Bright Red. HEX triplet: A7, 21 and 3E. RGB value is (167,33,62). Sum of RGB (Red+Green+Blue) = 167+33+62=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7213E is #58DEC1. Grayscale: #4C4C4C. Windows color (decimal): -5824194 or 4071847. OLE color: 4071847.

HSL color Cylindrical-coordinate representation of color #A7213E: hue angle of 347.01º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A7213E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 62 -
CMYK 0 0.80 0.63 0.35
HSL 347.01º 0.67% 0.39% -
HSV(B) 347.01º 0.8% 0.65% -
XYZ 17.35 9.65 5.51 -
YUV 76.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 167 33 62 0 0.80 0.63 0.35 347.01 0.67 0.39
Hex A7 21 3E 0 50 3F 23 15B 43 27
Octal 247 41 76 0 120 77 43 533 103 47
Binary 10100111 100001 111110 0 1010000 111111 100011 101011011 1000011 100111

Color Harmonies of #A7213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7213E

Black with #A7213E

Text Example


Text Example

White with #A7213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7213E; }

 p { color: rgb(167,33,62); }

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

background-color css

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

 a { background-color: rgb(167,33,62); }

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

border-color css

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

 span { border-color: rgb(167,33,62); }

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