Html Css Color HEX #A4213E Bright Red

📋 copy color: '#A4213E'

red 164 ◦ green 33 ◦ blue 62

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

Shades of Bright Red #A4213E

Tints of Bright Red #A4213E

RGB

 RED value IS 164 (64.45% from 255) = 63.32%

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

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

R = 63.32%
G = 12.74%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4213E (or 0xA4213E) is known color: Bright Red. HEX triplet: A4, 21 and 3E. RGB value is (164,33,62). Sum of RGB (Red+Green+Blue) = 164+33+62=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4213E is #5BDEC1. Grayscale: #4B4B4B. Windows color (decimal): -6020802 or 4071844. OLE color: 4071844.

HSL color Cylindrical-coordinate representation of color #A4213E: hue angle of 346.72º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4213E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 62 -
CMYK 0 0.80 0.62 0.36
HSL 346.72º 0.66% 0.39% -
HSV(B) 346.72º 0.8% 0.64% -
XYZ 16.72 9.33 5.48 -
YUV 75.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 164 33 62 0 0.80 0.62 0.36 346.72 0.66 0.39
Hex A4 21 3E 0 50 3E 24 15B 42 27
Octal 244 41 76 0 120 76 44 533 102 47
Binary 10100100 100001 111110 0 1010000 111110 100100 101011011 1000010 100111

Color Harmonies of #A4213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4213E

Black with #A4213E

Text Example


Text Example

White with #A4213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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