Html Css Color HEX #A41825 Bright Red

📋 copy color: '#A41825'

red 164 ◦ green 24 ◦ blue 37

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

Shades of Bright Red #A41825

Tints of Bright Red #A41825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 72.89%
G = 10.67%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A41825 (or 0xA41825) is known color: Bright Red. HEX triplet: A4, 18 and 25. RGB value is (164,24,37). Sum of RGB (Red+Green+Blue) = 164+24+37=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A41825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41825 is #5BE7DA. Grayscale: #434343. Windows color (decimal): -6023131 or 2431140. OLE color: 2431140.

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

Color convert

RGB 164 24 37 -
CMYK 0 0.85 0.77 0.36
HSL 354.43º 0.74% 0.37% -
HSV(B) 354.43º 0.85% 0.64% -
XYZ 15.97 8.68 2.58 -
YUV 67.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 164 24 37 0 0.85 0.77 0.36 354.43 0.74 0.37
Hex A4 18 25 0 55 4D 24 162 4A 25
Octal 244 30 45 0 125 115 44 542 112 45
Binary 10100100 11000 100101 0 1010101 1001101 100100 101100010 1001010 100101

Color Harmonies of #A41825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41825

Black with #A41825

Text Example


Text Example

White with #A41825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41825; }

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

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

background-color css

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

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

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

border-color css

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

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

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