Html Css Color HEX #A41737 Bright Red

📋 copy color: '#A41737'

red 164 ◦ green 23 ◦ blue 55

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

Shades of Bright Red #A41737

Tints of Bright Red #A41737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 67.77%
G = 9.5%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A41737 (or 0xA41737) is known color: Bright Red. HEX triplet: A4, 17 and 37. RGB value is (164,23,55). Sum of RGB (Red+Green+Blue) = 164+23+55=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A41737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41737 is #5BE8C8. Grayscale: #444444. Windows color (decimal): -6023369 or 3610532. OLE color: 3610532.

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

Color convert

RGB 164 23 55 -
CMYK 0 0.86 0.66 0.36
HSL 346.38º 0.75% 0.37% -
HSV(B) 346.38º 0.86% 0.64% -
XYZ 16.31 8.78 4.45 -
YUV 68.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 164 23 55 0 0.86 0.66 0.36 346.38 0.75 0.37
Hex A4 17 37 0 56 42 24 15A 4B 25
Octal 244 27 67 0 126 102 44 532 113 45
Binary 10100100 10111 110111 0 1010110 1000010 100100 101011010 1001011 100101

Color Harmonies of #A41737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41737

Black with #A41737

Text Example


Text Example

White with #A41737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41737; }

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

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

background-color css

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

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

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

border-color css

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

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

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