Html Css Color HEX #A41E35 Bright Red

📋 copy color: '#A41E35'

red 164 ◦ green 30 ◦ blue 53

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

Shades of Bright Red #A41E35

Tints of Bright Red #A41E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 66.4%
G = 12.15%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A41E35 (or 0xA41E35) is known color: Bright Red. HEX triplet: A4, 1E and 35. RGB value is (164,30,53). Sum of RGB (Red+Green+Blue) = 164+30+53=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E35 is #5BE1CA. Grayscale: #484848. Windows color (decimal): -6021579 or 3481252. OLE color: 3481252.

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

Color convert

RGB 164 30 53 -
CMYK 0 0.82 0.68 0.36
HSL 349.7º 0.69% 0.38% -
HSV(B) 349.7º 0.82% 0.64% -
XYZ 16.42 9.08 4.26 -
YUV 72.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 164 30 53 0 0.82 0.68 0.36 349.7 0.69 0.38
Hex A4 1E 35 0 52 44 24 15E 45 26
Octal 244 36 65 0 122 104 44 536 105 46
Binary 10100100 11110 110101 0 1010010 1000100 100100 101011110 1000101 100110

Color Harmonies of #A41E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E35

Black with #A41E35

Text Example


Text Example

White with #A41E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E35; }

 p { color: rgb(164,30,53); }

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

background-color css

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

 a { background-color: rgb(164,30,53); }

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

border-color css

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

 span { border-color: rgb(164,30,53); }

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