Html Css Color HEX #A21D20 Bright Red

📋 copy color: '#A21D20'

red 162 ◦ green 29 ◦ blue 32

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

Shades of Bright Red #A21D20

Tints of Bright Red #A21D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 72.65%
G = 13%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A21D20 (or 0xA21D20) is known color: Bright Red. HEX triplet: A2, 1D and 20. RGB value is (162,29,32). Sum of RGB (Red+Green+Blue) = 162+29+32=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21D20 is #5DE2DF. Grayscale: #454545. Windows color (decimal): -6152928 or 2104738. OLE color: 2104738.

HSL color Cylindrical-coordinate representation of color #A21D20: hue angle of 358.65º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21D20 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 29 32 -
CMYK 0 0.82 0.80 0.36
HSL 358.65º 0.7% 0.37% -
HSV(B) 358.65º 0.82% 0.64% -
XYZ 15.6 8.66 2.22 -
YUV 69.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 162 29 32 0 0.82 0.80 0.36 358.65 0.7 0.37
Hex A2 1D 20 0 52 50 24 167 46 25
Octal 242 35 40 0 122 120 44 547 106 45
Binary 10100010 11101 100000 0 1010010 1010000 100100 101100111 1000110 100101

Color Harmonies of #A21D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D20

Black with #A21D20

Text Example


Text Example

White with #A21D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D20; }

 p { color: rgb(162,29,32); }

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

background-color css

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

 a { background-color: rgb(162,29,32); }

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

border-color css

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

 span { border-color: rgb(162,29,32); }

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