Html Css Color HEX #A21F3E Bright Red

📋 copy color: '#A21F3E'

red 162 ◦ green 31 ◦ blue 62

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

Shades of Bright Red #A21F3E

Tints of Bright Red #A21F3E

RGB

 RED value IS 162 (63.67% from 255) = 63.53%

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

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

R = 63.53%
G = 12.16%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A21F3E (or 0xA21F3E) is known color: Bright Red. HEX triplet: A2, 1F and 3E. RGB value is (162,31,62). Sum of RGB (Red+Green+Blue) = 162+31+62=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F3E is #5DE0C1. Grayscale: #494949. Windows color (decimal): -6152386 or 4071330. OLE color: 4071330.

HSL color Cylindrical-coordinate representation of color #A21F3E: hue angle of 345.8º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F3E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 31 62 -
CMYK 0 0.81 0.62 0.36
HSL 345.8º 0.68% 0.38% -
HSV(B) 345.8º 0.81% 0.64% -
XYZ 16.26 9.01 5.44 -
YUV 73.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 162 31 62 0 0.81 0.62 0.36 345.8 0.68 0.38
Hex A2 1F 3E 0 51 3E 24 15A 44 26
Octal 242 37 76 0 121 76 44 532 104 46
Binary 10100010 11111 111110 0 1010001 111110 100100 101011010 1000100 100110

Color Harmonies of #A21F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F3E

Black with #A21F3E

Text Example


Text Example

White with #A21F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F3E; }

 p { color: rgb(162,31,62); }

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

background-color css

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

 a { background-color: rgb(162,31,62); }

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

border-color css

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

 span { border-color: rgb(162,31,62); }

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