#A81F37

Color #A81F37 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A81F37

Tints of Bright Red #A81F37

Color information

#A81F37 (or 0xA81F37) is unknown color: approx Bright Red. HEX triplet: A8, 1F and 37. RGB value is (168,31,55). Sum of RGB (Red+Green+Blue) = 168+31+55=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F37 is #57E0C8. Grayscale: #4A4A4A. Windows color (decimal): -5759177 or 3612584. OLE color: 3612584.

HSL color Cylindrical-coordinate representation of color #A81F37: hue angle of 349.49º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F37 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1683155-
CMYK00.820.670.34
HSL349.49º68.84%39.02%-
HSV(B)349.49º81.55%65.88%-
XYZ17.339.584.55-
YUV74.7116.89194.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.14%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=66.14%
G=12.20%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168315500.820.670.34349.4968.8439.02
HexA81F37052432215d4527
Octal250376701221034253510547
Binary10101000111111101110101001010000111000101010111011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F37; }

 p { color: rgb(168,31,55); }

 H1.HeaderClassName
 {
   color: #A81F37;
 }
 .AnyTagClassName
 {
   color: #A81F37;
 }
</style>
background-color css

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

 a { background-color: rgb(168,31,55); }

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

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

 span { border-color: rgb(168,31,55); }

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