Html Css Color HEX #A41F3E Bright Red

📋 copy color: '#A41F3E'

red 164 ◦ green 31 ◦ blue 62

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

Shades of Bright Red #A41F3E

Tints of Bright Red #A41F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 63.81%
G = 12.06%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A41F3E (or 0xA41F3E) is known color: Bright Red. HEX triplet: A4, 1F and 3E. RGB value is (164,31,62). Sum of RGB (Red+Green+Blue) = 164+31+62=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F3E is #5BE0C1. Grayscale: #4A4A4A. Windows color (decimal): -6021314 or 4071332. OLE color: 4071332.

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

Color convert

RGB 164 31 62 -
CMYK 0 0.81 0.62 0.36
HSL 346.02º 0.68% 0.38% -
HSV(B) 346.02º 0.81% 0.64% -
XYZ 16.67 9.22 5.46 -
YUV 74.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 164 31 62 0 0.81 0.62 0.36 346.02 0.68 0.38
Hex A4 1F 3E 0 51 3E 24 15A 44 26
Octal 244 37 76 0 121 76 44 532 104 46
Binary 10100100 11111 111110 0 1010001 111110 100100 101011010 1000100 100110

Color Harmonies of #A41F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F3E

Black with #A41F3E

Text Example


Text Example

White with #A41F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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