Html Css Color HEX #A41E33 Bright Red

📋 copy color: '#A41E33'

red 164 ◦ green 30 ◦ blue 51

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

Shades of Bright Red #A41E33

Tints of Bright Red #A41E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 66.94%
G = 12.24%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A41E33 (or 0xA41E33) is known color: Bright Red. HEX triplet: A4, 1E and 33. RGB value is (164,30,51). Sum of RGB (Red+Green+Blue) = 164+30+51=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E33 is #5BE1CC. Grayscale: #484848. Windows color (decimal): -6021581 or 3350180. OLE color: 3350180.

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

Color convert

RGB 164 30 51 -
CMYK 0 0.82 0.69 0.36
HSL 350.6º 0.69% 0.38% -
HSV(B) 350.6º 0.82% 0.64% -
XYZ 16.37 9.06 4.02 -
YUV 72.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 164 30 51 0 0.82 0.69 0.36 350.6 0.69 0.38
Hex A4 1E 33 0 52 45 24 15F 45 26
Octal 244 36 63 0 122 105 44 537 105 46
Binary 10100100 11110 110011 0 1010010 1000101 100100 101011111 1000101 100110

Color Harmonies of #A41E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E33

Black with #A41E33

Text Example


Text Example

White with #A41E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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