Html Css Color HEX #A31E3F Bright Red

📋 copy color: '#A31E3F'

red 163 ◦ green 30 ◦ blue 63

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

Shades of Bright Red #A31E3F

Tints of Bright Red #A31E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 63.67%
G = 11.72%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A31E3F (or 0xA31E3F) is known color: Bright Red. HEX triplet: A3, 1E and 3F. RGB value is (163,30,63). Sum of RGB (Red+Green+Blue) = 163+30+63=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E3F is #5CE1C0. Grayscale: #494949. Windows color (decimal): -6087105 or 4136611. OLE color: 4136611.

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

Color convert

RGB 163 30 63 -
CMYK 0 0.82 0.61 0.36
HSL 345.11º 0.69% 0.38% -
HSV(B) 345.11º 0.82% 0.64% -
XYZ 16.47 9.07 5.59 -
YUV 73.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 163 30 63 0 0.82 0.61 0.36 345.11 0.69 0.38
Hex A3 1E 3F 0 52 3D 24 159 45 26
Octal 243 36 77 0 122 75 44 531 105 46
Binary 10100011 11110 111111 0 1010010 111101 100100 101011001 1000101 100110

Color Harmonies of #A31E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E3F

Black with #A31E3F

Text Example


Text Example

White with #A31E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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