#a41c1d

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

Shades of Bright Red #A41C1D

Tints of Bright Red #A41C1D

Color information

#A41C1D (or 0xA41C1D) is unknown color: approx Bright Red. HEX triplet: A4, 1C and 1D. RGB value is (164,28,29). Sum of RGB (Red+Green+Blue) = 164+28+29=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C1D is #5BE3E2. Grayscale: #444444. Windows color (decimal): -6022115 or 1907876. OLE color: 1907876.

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

Color convert

RGB1642829-
CMYK00.830.820.36
HSL359.56º70.83%37.65%-
HSV(B)359.56º82.93%64.31%-
XYZ15.958.812.02-
YUV68.78105.56195.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 74.21%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=74.21%
G=12.67%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164282900.830.820.36359.5670.8337.65
HexA41C1D05352241684726
Octal244343501231224455010746
Binary1010010011100111010101001110100101001001011010001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a41c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a41c1d; }

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

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

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

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

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

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

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

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