Html Css Color HEX #A41501 Dark Red

📋 copy color: '#A41501'

red 164 ◦ green 21 ◦ blue 1

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

Shades of Dark Red #A41501

Tints of Dark Red #A41501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 88.17%
G = 11.29%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41501 (or 0xA41501) is known color: Dark Red. HEX triplet: A4, 15 and 01. RGB value is (164,21,1). Sum of RGB (Red+Green+Blue) = 164+21+1=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A41501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41501 is #5BEAFE. Grayscale: #3D3D3D. Windows color (decimal): -6023935 or 71076. OLE color: 71076.

HSL color Cylindrical-coordinate representation of color #A41501: hue angle of 7.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A41501 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 1 -
CMYK 0 0.87 0.99 0.36
HSL 7.36º 0.99% 0.32% -
HSV(B) 7.36º 0.99% 0.64% -
XYZ 15.58 8.43 0.83 -
YUV 61.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 164 21 1 0 0.87 0.99 0.36 7.36 0.99 0.32
Hex A4 15 1 0 57 63 24 7 63 20
Octal 244 25 1 0 127 143 44 7 143 40
Binary 10100100 10101 1 0 1010111 1100011 100100 111 1100011 100000

Color Harmonies of #A41501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41501

Black with #A41501

Text Example


Text Example

White with #A41501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41501; }

 p { color: rgb(164,21,1); }

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

background-color css

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

 a { background-color: rgb(164,21,1); }

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

border-color css

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

 span { border-color: rgb(164,21,1); }

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