Html Css Color HEX #A31D3E Bright Red

📋 copy color: '#A31D3E'

red 163 ◦ green 29 ◦ blue 62

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

Shades of Bright Red #A31D3E

Tints of Bright Red #A31D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 64.17%
G = 11.42%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A31D3E (or 0xA31D3E) is known color: Bright Red. HEX triplet: A3, 1D and 3E. RGB value is (163,29,62). Sum of RGB (Red+Green+Blue) = 163+29+62=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D3E is #5CE2C1. Grayscale: #484848. Windows color (decimal): -6087362 or 4070819. OLE color: 4070819.

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

Color convert

RGB 163 29 62 -
CMYK 0 0.82 0.62 0.36
HSL 345.22º 0.7% 0.38% -
HSV(B) 345.22º 0.82% 0.64% -
XYZ 16.41 9.01 5.43 -
YUV 72.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 163 29 62 0 0.82 0.62 0.36 345.22 0.7 0.38
Hex A3 1D 3E 0 52 3E 24 159 46 26
Octal 243 35 76 0 122 76 44 531 106 46
Binary 10100011 11101 111110 0 1010010 111110 100100 101011001 1000110 100110

Color Harmonies of #A31D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D3E

Black with #A31D3E

Text Example


Text Example

White with #A31D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D3E; }

 p { color: rgb(163,29,62); }

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

background-color css

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

 a { background-color: rgb(163,29,62); }

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

border-color css

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

 span { border-color: rgb(163,29,62); }

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