Html Css Color HEX #A41A21 Bright Red

📋 copy color: '#A41A21'

red 164 ◦ green 26 ◦ blue 33

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

Shades of Bright Red #A41A21

Tints of Bright Red #A41A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 73.54%
G = 11.66%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A41A21 (or 0xA41A21) is known color: Bright Red. HEX triplet: A4, 1A and 21. RGB value is (164,26,33). Sum of RGB (Red+Green+Blue) = 164+26+33=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A21 is #5BE5DE. Grayscale: #444444. Windows color (decimal): -6022623 or 2169508. OLE color: 2169508.

HSL color Cylindrical-coordinate representation of color #A41A21: hue angle of 356.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A21 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 33 -
CMYK 0 0.84 0.80 0.36
HSL 356.96º 0.73% 0.37% -
HSV(B) 356.96º 0.84% 0.64% -
XYZ 15.95 8.74 2.29 -
YUV 68.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 164 26 33 0 0.84 0.80 0.36 356.96 0.73 0.37
Hex A4 1A 21 0 54 50 24 165 49 25
Octal 244 32 41 0 124 120 44 545 111 45
Binary 10100100 11010 100001 0 1010100 1010000 100100 101100101 1001001 100101

Color Harmonies of #A41A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A21

Black with #A41A21

Text Example


Text Example

White with #A41A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A21; }

 p { color: rgb(164,26,33); }

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

background-color css

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

 a { background-color: rgb(164,26,33); }

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

border-color css

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

 span { border-color: rgb(164,26,33); }

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