Html Css Color HEX #A41F3F Bright Red

📋 copy color: '#A41F3F'

red 164 ◦ green 31 ◦ blue 63

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

Shades of Bright Red #A41F3F

Tints of Bright Red #A41F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.42%

R = 63.57%
G = 12.02%
B = 24.42%

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

#A41F3F (or 0xA41F3F) is known color: Bright Red. HEX triplet: A4, 1F and 3F. RGB value is (164,31,63). Sum of RGB (Red+Green+Blue) = 164+31+63=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F3F is #5BE0C0. Grayscale: #4A4A4A. Windows color (decimal): -6021313 or 4136868. OLE color: 4136868.

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

Color convert

RGB 164 31 63 -
CMYK 0 0.81 0.62 0.36
HSL 345.56º 0.68% 0.38% -
HSV(B) 345.56º 0.81% 0.64% -
XYZ 16.7 9.23 5.6 -
YUV 74.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 164 31 63 0 0.81 0.62 0.36 345.56 0.68 0.38
Hex A4 1F 3F 0 51 3E 24 15A 44 26
Octal 244 37 77 0 121 76 44 532 104 46
Binary 10100100 11111 111111 0 1010001 111110 100100 101011010 1000100 100110

Color Harmonies of #A41F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F3F

Black with #A41F3F

Text Example


Text Example

White with #A41F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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