#A41C25

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

Shades of Bright Red #A41C25

Tints of Bright Red #A41C25

Color information

#A41C25 (or 0xA41C25) is unknown color: approx Bright Red. HEX triplet: A4, 1C and 25. RGB value is (164,28,37). Sum of RGB (Red+Green+Blue) = 164+28+37=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C25 is #5BE3DA. Grayscale: #454545. Windows color (decimal): -6022107 or 2432164. OLE color: 2432164.

HSL color Cylindrical-coordinate representation of color #A41C25: hue angle of 356.03º 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 #A41C25 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1642837-
CMYK00.830.770.36
HSL356.03º70.83%37.65%-
HSV(B)356.03º82.93%64.31%-
XYZ16.068.862.61-
YUV69.69109.56195.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.62%
GREEN value IS 28 (11.33% from 255) = 12.23%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=71.62%
G=12.23%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164283700.830.770.36356.0370.8337.65
HexA41C250534D241644726
Octal244344501231154454410746
Binary10100100111001001010101001110011011001001011001001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C25; }

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

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

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

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

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

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

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

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