Html Css Color HEX #A41A23 Bright Red

📋 copy color: '#A41A23'

red 164 ◦ green 26 ◦ blue 35

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

Shades of Bright Red #A41A23

Tints of Bright Red #A41A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 72.89%
G = 11.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A41A23 (or 0xA41A23) is known color: Bright Red. HEX triplet: A4, 1A and 23. RGB value is (164,26,35). Sum of RGB (Red+Green+Blue) = 164+26+35=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A23 is #5BE5DC. Grayscale: #444444. Windows color (decimal): -6022621 or 2300580. OLE color: 2300580.

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

Color convert

RGB 164 26 35 -
CMYK 0 0.84 0.79 0.36
HSL 356.09º 0.73% 0.37% -
HSV(B) 356.09º 0.84% 0.64% -
XYZ 15.98 8.75 2.44 -
YUV 68.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 164 26 35 0 0.84 0.79 0.36 356.09 0.73 0.37
Hex A4 1A 23 0 54 4F 24 164 49 25
Octal 244 32 43 0 124 117 44 544 111 45
Binary 10100100 11010 100011 0 1010100 1001111 100100 101100100 1001001 100101

Color Harmonies of #A41A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A23

Black with #A41A23

Text Example


Text Example

White with #A41A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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