Html Css Color HEX #A21D2F Bright Red

📋 copy color: '#A21D2F'

red 162 ◦ green 29 ◦ blue 47

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

Shades of Bright Red #A21D2F

Tints of Bright Red #A21D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 68.07%
G = 12.18%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A21D2F (or 0xA21D2F) is known color: Bright Red. HEX triplet: A2, 1D and 2F. RGB value is (162,29,47). Sum of RGB (Red+Green+Blue) = 162+29+47=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21D2F is #5DE2D0. Grayscale: #464646. Windows color (decimal): -6152913 or 3087778. OLE color: 3087778.

HSL color Cylindrical-coordinate representation of color #A21D2F: hue angle of 351.88º 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 #A21D2F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 29 47 -
CMYK 0 0.82 0.71 0.36
HSL 351.88º 0.7% 0.37% -
HSV(B) 351.88º 0.82% 0.64% -
XYZ 15.85 8.77 3.55 -
YUV 70.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 162 29 47 0 0.82 0.71 0.36 351.88 0.7 0.37
Hex A2 1D 2F 0 52 47 24 160 46 25
Octal 242 35 57 0 122 107 44 540 106 45
Binary 10100010 11101 101111 0 1010010 1000111 100100 101100000 1000110 100101

Color Harmonies of #A21D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D2F

Black with #A21D2F

Text Example


Text Example

White with #A21D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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