#A41C27

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

Shades of Bright Red #A41C27

Tints of Bright Red #A41C27

Color information

#A41C27 (or 0xA41C27) is unknown color: approx Bright Red. HEX triplet: A4, 1C and 27. RGB value is (164,28,39). Sum of RGB (Red+Green+Blue) = 164+28+39=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C27 is #5BE3D8. Grayscale: #464646. Windows color (decimal): -6022105 or 2563236. OLE color: 2563236.

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

Color convert

RGB1642839-
CMYK00.830.760.36
HSL355.15º70.83%37.65%-
HSV(B)355.15º82.93%64.31%-
XYZ16.098.872.78-
YUV69.92110.56195.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=71.00%
G=12.12%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164283900.830.760.36355.1570.8337.65
HexA41C270534C241634726
Octal244344701231144454310746
Binary10100100111001001110101001110011001001001011000111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C27; }

 p { color: rgb(164,28,39); }

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

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

 a { background-color: rgb(164,28,39); }

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

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

 span { border-color: rgb(164,28,39); }

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