Html Css Color HEX #A41724 Bright Red

📋 copy color: '#A41724'

red 164 ◦ green 23 ◦ blue 36

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

Shades of Bright Red #A41724

Tints of Bright Red #A41724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

 BLUE value IS 36 (14.45% from 255) = 16.14%

R = 73.54%
G = 10.31%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A41724 (or 0xA41724) is known color: Bright Red. HEX triplet: A4, 17 and 24. RGB value is (164,23,36). Sum of RGB (Red+Green+Blue) = 164+23+36=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A41724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41724 is #5BE8DB. Grayscale: #424242. Windows color (decimal): -6023388 or 2365348. OLE color: 2365348.

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

Color convert

RGB 164 23 36 -
CMYK 0 0.86 0.78 0.36
HSL 354.47º 0.75% 0.37% -
HSV(B) 354.47º 0.86% 0.64% -
XYZ 15.93 8.63 2.5 -
YUV 66.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 164 23 36 0 0.86 0.78 0.36 354.47 0.75 0.37
Hex A4 17 24 0 56 4E 24 162 4B 25
Octal 244 27 44 0 126 116 44 542 113 45
Binary 10100100 10111 100100 0 1010110 1001110 100100 101100010 1001011 100101

Color Harmonies of #A41724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41724

Black with #A41724

Text Example


Text Example

White with #A41724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41724; }

 p { color: rgb(164,23,36); }

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

background-color css

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

 a { background-color: rgb(164,23,36); }

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

border-color css

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

 span { border-color: rgb(164,23,36); }

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