Html Css Color HEX #A41539 Bright Red

📋 copy color: '#A41539'

red 164 ◦ green 21 ◦ blue 57

#A41539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A41539

Tints of Bright Red #A41539

RGB

 RED value IS 164 (64.45% from 255) = 67.77%

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 67.77%
G = 8.68%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A41539 (or 0xA41539) is known color: Bright Red. HEX triplet: A4, 15 and 39. RGB value is (164,21,57). Sum of RGB (Red+Green+Blue) = 164+21+57=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A41539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41539 is #5BEAC6. Grayscale: #434343. Windows color (decimal): -6023879 or 3741092. OLE color: 3741092.

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

Color convert

RGB 164 21 57 -
CMYK 0 0.87 0.65 0.36
HSL 344.9º 0.77% 0.36% -
HSV(B) 344.9º 0.87% 0.64% -
XYZ 16.32 8.72 4.69 -
YUV 67.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 164 21 57 0 0.87 0.65 0.36 344.9 0.77 0.36
Hex A4 15 39 0 57 41 24 159 4D 24
Octal 244 25 71 0 127 101 44 531 115 44
Binary 10100100 10101 111001 0 1010111 1000001 100100 101011001 1001101 100100

Color Harmonies of #A41539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41539

Black with #A41539

Text Example


Text Example

White with #A41539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41539; }

 p { color: rgb(164,21,57); }

 H1.HeaderClassName
 {
   color: #A41539;
 }
 .AnyTagClassName
 {
   color: #A41539;
 }
</style>

background-color css

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

 a { background-color: rgb(164,21,57); }

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

border-color css

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

 span { border-color: rgb(164,21,57); }

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