Html Css Color HEX #A41F34 Bright Red

📋 copy color: '#A41F34'

red 164 ◦ green 31 ◦ blue 52

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

Shades of Bright Red #A41F34

Tints of Bright Red #A41F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 66.4%
G = 12.55%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A41F34 (or 0xA41F34) is known color: Bright Red. HEX triplet: A4, 1F and 34. RGB value is (164,31,52). Sum of RGB (Red+Green+Blue) = 164+31+52=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41F34 is #5BE0CB. Grayscale: #494949. Windows color (decimal): -6021324 or 3415972. OLE color: 3415972.

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

Color convert

RGB 164 31 52 -
CMYK 0 0.81 0.68 0.36
HSL 350.53º 0.68% 0.38% -
HSV(B) 350.53º 0.81% 0.64% -
XYZ 16.42 9.12 4.14 -
YUV 73.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 164 31 52 0 0.81 0.68 0.36 350.53 0.68 0.38
Hex A4 1F 34 0 51 44 24 15F 44 26
Octal 244 37 64 0 121 104 44 537 104 46
Binary 10100100 11111 110100 0 1010001 1000100 100100 101011111 1000100 100110

Color Harmonies of #A41F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F34

Black with #A41F34

Text Example


Text Example

White with #A41F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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