Html Css Color HEX #A41821 Bright Red

📋 copy color: '#A41821'

red 164 ◦ green 24 ◦ blue 33

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

Shades of Bright Red #A41821

Tints of Bright Red #A41821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

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

R = 74.21%
G = 10.86%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A41821 (or 0xA41821) is known color: Bright Red. HEX triplet: A4, 18 and 21. RGB value is (164,24,33). Sum of RGB (Red+Green+Blue) = 164+24+33=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41821 is #5BE7DE. Grayscale: #424242. Windows color (decimal): -6023135 or 2168996. OLE color: 2168996.

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

Color convert

RGB 164 24 33 -
CMYK 0 0.85 0.80 0.36
HSL 356.14º 0.74% 0.37% -
HSV(B) 356.14º 0.85% 0.64% -
XYZ 15.91 8.66 2.27 -
YUV 66.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 164 24 33 0 0.85 0.80 0.36 356.14 0.74 0.37
Hex A4 18 21 0 55 50 24 164 4A 25
Octal 244 30 41 0 125 120 44 544 112 45
Binary 10100100 11000 100001 0 1010101 1010000 100100 101100100 1001010 100101

Color Harmonies of #A41821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41821

Black with #A41821

Text Example


Text Example

White with #A41821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41821; }

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

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

background-color css

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

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

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

border-color css

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

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

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