Html Css Color HEX #A31E2F Bright Red

📋 copy color: '#A31E2F'

red 163 ◦ green 30 ◦ blue 47

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

Shades of Bright Red #A31E2F

Tints of Bright Red #A31E2F

RGB

 RED value IS 163 (64.06% from 255) = 67.92%

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

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

R = 67.92%
G = 12.5%
B = 19.58%

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

#A31E2F (or 0xA31E2F) is known color: Bright Red. HEX triplet: A3, 1E and 2F. RGB value is (163,30,47). Sum of RGB (Red+Green+Blue) = 163+30+47=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E2F is #5CE1D0. Grayscale: #474747. Windows color (decimal): -6087121 or 3088035. OLE color: 3088035.

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

Color convert

RGB 163 30 47 -
CMYK 0 0.82 0.71 0.36
HSL 352.33º 0.69% 0.38% -
HSV(B) 352.33º 0.82% 0.64% -
XYZ 16.08 8.92 3.56 -
YUV 71.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 163 30 47 0 0.82 0.71 0.36 352.33 0.69 0.38
Hex A3 1E 2F 0 52 47 24 160 45 26
Octal 243 36 57 0 122 107 44 540 105 46
Binary 10100011 11110 101111 0 1010010 1000111 100100 101100000 1000101 100110

Color Harmonies of #A31E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E2F

Black with #A31E2F

Text Example


Text Example

White with #A31E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E2F; }

 p { color: rgb(163,30,47); }

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

background-color css

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

 a { background-color: rgb(163,30,47); }

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

border-color css

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

 span { border-color: rgb(163,30,47); }

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