#A41F2C

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

Shades of Bright Red #A41F2C

Tints of Bright Red #A41F2C

Color information

#A41F2C (or 0xA41F2C) is unknown color: approx Bright Red. HEX triplet: A4, 1F and 2C. RGB value is (164,31,44). Sum of RGB (Red+Green+Blue) = 164+31+44=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F2C is #5BE0D3. Grayscale: #484848. Windows color (decimal): -6021332 or 2891684. OLE color: 2891684.

HSL color Cylindrical-coordinate representation of color #A41F2C: hue angle of 354.14º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F2C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1643144-
CMYK00.810.730.36
HSL354.14º68.21%38.24%-
HSV(B)354.14º81.1%64.31%-
XYZ16.259.053.27-
YUV72.25112.06193.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.62%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=68.62%
G=12.97%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164314400.810.730.36354.1468.2138.24
HexA41F2C05149241624426
Octal244375401211114454210446
Binary10100100111111011000101000110010011001001011000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41F2C; }

 p { color: rgb(164,31,44); }

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

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

 a { background-color: rgb(164,31,44); }

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

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

 span { border-color: rgb(164,31,44); }

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