#a41e25

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

Shades of Bright Red #A41E25

Tints of Bright Red #A41E25

Color information

#A41E25 (or 0xA41E25) is unknown color: approx Bright Red. HEX triplet: A4, 1E and 25. RGB value is (164,30,37). Sum of RGB (Red+Green+Blue) = 164+30+37=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E25 is #5BE1DA. Grayscale: #464646. Windows color (decimal): -6021595 or 2432676. OLE color: 2432676.

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

Color convert

RGB1643037-
CMYK00.820.770.36
HSL356.87º69.07%38.04%-
HSV(B)356.87º81.71%64.31%-
XYZ16.118.952.63-
YUV70.86108.89194.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.00%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=71.00%
G=12.99%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164303700.820.770.36356.8769.0738.04
HexA41E250524D241654526
Octal244364501221154454510546
Binary10100100111101001010101001010011011001001011001011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a41e25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a41e25; }

 p { color: rgb(164,30,37); }

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

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

 a { background-color: rgb(164,30,37); }

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

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

 span { border-color: rgb(164,30,37); }

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