Html Css Color HEX #A41F37 Bright Red

📋 copy color: '#A41F37'

red 164 ◦ green 31 ◦ blue 55

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

Shades of Bright Red #A41F37

Tints of Bright Red #A41F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

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

R = 65.6%
G = 12.4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A41F37 (or 0xA41F37) is known color: Bright Red. HEX triplet: A4, 1F and 37. RGB value is (164,31,55). Sum of RGB (Red+Green+Blue) = 164+31+55=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F37 is #5BE0C8. Grayscale: #494949. Windows color (decimal): -6021321 or 3612580. OLE color: 3612580.

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

Color convert

RGB 164 31 55 -
CMYK 0 0.81 0.66 0.36
HSL 349.17º 0.68% 0.38% -
HSV(B) 349.17º 0.81% 0.64% -
XYZ 16.49 9.15 4.51 -
YUV 73.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 164 31 55 0 0.81 0.66 0.36 349.17 0.68 0.38
Hex A4 1F 37 0 51 42 24 15D 44 26
Octal 244 37 67 0 121 102 44 535 104 46
Binary 10100100 11111 110111 0 1010001 1000010 100100 101011101 1000100 100110

Color Harmonies of #A41F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F37

Black with #A41F37

Text Example


Text Example

White with #A41F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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