Html Css Color HEX #A41401 Dark Red

📋 copy color: '#A41401'

red 164 ◦ green 20 ◦ blue 1

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

Shades of Dark Red #A41401

Tints of Dark Red #A41401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 88.65%
G = 10.81%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41401 (or 0xA41401) is known color: Dark Red. HEX triplet: A4, 14 and 01. RGB value is (164,20,1). Sum of RGB (Red+Green+Blue) = 164+20+1=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A41401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41401 is #5BEBFE. Grayscale: #3D3D3D. Windows color (decimal): -6024191 or 70820. OLE color: 70820.

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

Color convert

RGB 164 20 1 -
CMYK 0 0.88 0.99 0.36
HSL 6.99º 0.99% 0.32% -
HSV(B) 6.99º 0.99% 0.64% -
XYZ 15.57 8.4 0.83 -
YUV 60.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 164 20 1 0 0.88 0.99 0.36 6.99 0.99 0.32
Hex A4 14 1 0 58 63 24 7 63 20
Octal 244 24 1 0 130 143 44 7 143 40
Binary 10100100 10100 1 0 1011000 1100011 100100 111 1100011 100000

Color Harmonies of #A41401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41401

Black with #A41401

Text Example


Text Example

White with #A41401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41401; }

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

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

background-color css

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

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

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

border-color css

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

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

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