Html Css Color HEX #A41F2D Bright Red

📋 copy color: '#A41F2D'

red 164 ◦ green 31 ◦ blue 45

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

Shades of Bright Red #A41F2D

Tints of Bright Red #A41F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 68.33%
G = 12.92%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A41F2D (or 0xA41F2D) is known color: Bright Red. HEX triplet: A4, 1F and 2D. RGB value is (164,31,45). Sum of RGB (Red+Green+Blue) = 164+31+45=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F2D is #5BE0D2. Grayscale: #484848. Windows color (decimal): -6021331 or 2957220. OLE color: 2957220.

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

Color convert

RGB 164 31 45 -
CMYK 0 0.81 0.73 0.36
HSL 353.68º 0.68% 0.38% -
HSV(B) 353.68º 0.81% 0.64% -
XYZ 16.27 9.06 3.37 -
YUV 72.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 164 31 45 0 0.81 0.73 0.36 353.68 0.68 0.38
Hex A4 1F 2D 0 51 49 24 162 44 26
Octal 244 37 55 0 121 111 44 542 104 46
Binary 10100100 11111 101101 0 1010001 1001001 100100 101100010 1000100 100110

Color Harmonies of #A41F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F2D

Black with #A41F2D

Text Example


Text Example

White with #A41F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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