Html Css Color HEX #A21E3C Bright Red

📋 copy color: '#A21E3C'

red 162 ◦ green 30 ◦ blue 60

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

Shades of Bright Red #A21E3C

Tints of Bright Red #A21E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 64.29%
G = 11.9%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A21E3C (or 0xA21E3C) is known color: Bright Red. HEX triplet: A2, 1E and 3C. RGB value is (162,30,60). Sum of RGB (Red+Green+Blue) = 162+30+60=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E3C is #5DE1C3. Grayscale: #484848. Windows color (decimal): -6152644 or 3940002. OLE color: 3940002.

HSL color Cylindrical-coordinate representation of color #A21E3C: hue angle of 346.36º degrees, saturation: 0.69, 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 #A21E3C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 30 60 -
CMYK 0 0.81 0.63 0.36
HSL 346.36º 0.69% 0.38% -
HSV(B) 346.36º 0.81% 0.64% -
XYZ 16.18 8.94 5.15 -
YUV 72.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 162 30 60 0 0.81 0.63 0.36 346.36 0.69 0.38
Hex A2 1E 3C 0 51 3F 24 15A 45 26
Octal 242 36 74 0 121 77 44 532 105 46
Binary 10100010 11110 111100 0 1010001 111111 100100 101011010 1000101 100110

Color Harmonies of #A21E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E3C

Black with #A21E3C

Text Example


Text Example

White with #A21E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E3C; }

 p { color: rgb(162,30,60); }

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

background-color css

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

 a { background-color: rgb(162,30,60); }

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

border-color css

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

 span { border-color: rgb(162,30,60); }

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