#A81F38

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

Shades of Bright Red #A81F38

Tints of Bright Red #A81F38

Color information

#A81F38 (or 0xA81F38) is unknown color: approx Bright Red. HEX triplet: A8, 1F and 38. RGB value is (168,31,56). Sum of RGB (Red+Green+Blue) = 168+31+56=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F38 is #57E0C7. Grayscale: #4A4A4A. Windows color (decimal): -5759176 or 3678120. OLE color: 3678120.

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

Color convert

RGB1683156-
CMYK00.820.670.34
HSL349.05º68.84%39.02%-
HSV(B)349.05º81.55%65.88%-
XYZ17.359.594.68-
YUV74.81117.39194.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 31 (12.5% from 255) = 12.16%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=65.88%
G=12.16%
B=21.96%

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
Decimal168315600.820.670.34349.0568.8439.02
HexA81F38052432215d4527
Octal250377001221034253510547
Binary10101000111111110000101001010000111000101010111011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F38; }

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

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

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

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

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

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

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

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