Html Css Color HEX #A41937 Bright Red

📋 copy color: '#A41937'

red 164 ◦ green 25 ◦ blue 55

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

Shades of Bright Red #A41937

Tints of Bright Red #A41937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 67.21%
G = 10.25%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A41937 (or 0xA41937) is known color: Bright Red. HEX triplet: A4, 19 and 37. RGB value is (164,25,55). Sum of RGB (Red+Green+Blue) = 164+25+55=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A41937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41937 is #5BE6C8. Grayscale: #464646. Windows color (decimal): -6022857 or 3611044. OLE color: 3611044.

HSL color Cylindrical-coordinate representation of color #A41937: hue angle of 347.05º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41937 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 25 55 -
CMYK 0 0.85 0.66 0.36
HSL 347.05º 0.74% 0.37% -
HSV(B) 347.05º 0.85% 0.64% -
XYZ 16.35 8.86 4.46 -
YUV 69.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 164 25 55 0 0.85 0.66 0.36 347.05 0.74 0.37
Hex A4 19 37 0 55 42 24 15B 4A 25
Octal 244 31 67 0 125 102 44 533 112 45
Binary 10100100 11001 110111 0 1010101 1000010 100100 101011011 1001010 100101

Color Harmonies of #A41937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41937

Black with #A41937

Text Example


Text Example

White with #A41937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41937; }

 p { color: rgb(164,25,55); }

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

background-color css

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

 a { background-color: rgb(164,25,55); }

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

border-color css

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

 span { border-color: rgb(164,25,55); }

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