Html Css Color HEX #A31437 Bright Red

📋 copy color: '#A31437'

red 163 ◦ green 20 ◦ blue 55

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

Shades of Bright Red #A31437

Tints of Bright Red #A31437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 55 (21.88% from 255) = 23.11%

R = 68.49%
G = 8.4%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31437 (or 0xA31437) is known color: Bright Red. HEX triplet: A3, 14 and 37. RGB value is (163,20,55). Sum of RGB (Red+Green+Blue) = 163+20+55=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31437 is #5CEBC8. Grayscale: #424242. Windows color (decimal): -6089673 or 3609763. OLE color: 3609763.

HSL color Cylindrical-coordinate representation of color #A31437: hue angle of 345.31º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31437 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 20 55 -
CMYK 0 0.88 0.66 0.36
HSL 345.31º 0.78% 0.36% -
HSV(B) 345.31º 0.88% 0.64% -
XYZ 16.04 8.56 4.42 -
YUV 66.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 163 20 55 0 0.88 0.66 0.36 345.31 0.78 0.36
Hex A3 14 37 0 58 42 24 159 4E 24
Octal 243 24 67 0 130 102 44 531 116 44
Binary 10100011 10100 110111 0 1011000 1000010 100100 101011001 1001110 100100

Color Harmonies of #A31437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31437

Black with #A31437

Text Example


Text Example

White with #A31437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31437; }

 p { color: rgb(163,20,55); }

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

background-color css

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

 a { background-color: rgb(163,20,55); }

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

border-color css

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

 span { border-color: rgb(163,20,55); }

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