Html Css Color HEX #A41A1D Bright Red

📋 copy color: '#A41A1D'

red 164 ◦ green 26 ◦ blue 29

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

Shades of Bright Red #A41A1D

Tints of Bright Red #A41A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 74.89%
G = 11.87%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A41A1D (or 0xA41A1D) is known color: Bright Red. HEX triplet: A4, 1A and 1D. RGB value is (164,26,29). Sum of RGB (Red+Green+Blue) = 164+26+29=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A1D is #5BE5E2. Grayscale: #434343. Windows color (decimal): -6022627 or 1907364. OLE color: 1907364.

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

Color convert

RGB 164 26 29 -
CMYK 0 0.84 0.82 0.36
HSL 358.7º 0.73% 0.37% -
HSV(B) 358.7º 0.84% 0.64% -
XYZ 15.9 8.72 2.01 -
YUV 67.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 164 26 29 0 0.84 0.82 0.36 358.7 0.73 0.37
Hex A4 1A 1D 0 54 52 24 167 49 25
Octal 244 32 35 0 124 122 44 547 111 45
Binary 10100100 11010 11101 0 1010100 1010010 100100 101100111 1001001 100101

Color Harmonies of #A41A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A1D

Black with #A41A1D

Text Example


Text Example

White with #A41A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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