Html Css Color HEX #A31401 Dark Red

📋 copy color: '#A31401'

red 163 ◦ green 20 ◦ blue 1

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

Shades of Dark Red #A31401

Tints of Dark Red #A31401

RGB

 RED value IS 163 (64.06% from 255) = 88.59%

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

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

R = 88.59%
G = 10.87%
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

#A31401 (or 0xA31401) is known color: Dark Red. HEX triplet: A3, 14 and 01. RGB value is (163,20,1). Sum of RGB (Red+Green+Blue) = 163+20+1=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A31401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31401 is #5CEBFE. Grayscale: #3C3C3C. Windows color (decimal): -6089727 or 70819. OLE color: 70819.

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

Color convert

RGB 163 20 1 -
CMYK 0 0.88 0.99 0.36
HSL 7.04º 0.99% 0.32% -
HSV(B) 7.04º 0.99% 0.64% -
XYZ 15.36 8.29 0.82 -
YUV 60.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 163 20 1 0 0.88 0.99 0.36 7.04 0.99 0.32
Hex A3 14 1 0 58 63 24 7 63 20
Octal 243 24 1 0 130 143 44 7 143 40
Binary 10100011 10100 1 0 1011000 1100011 100100 111 1100011 100000

Color Harmonies of #A31401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31401

Black with #A31401

Text Example


Text Example

White with #A31401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31401; }

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

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

background-color css

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

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

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

border-color css

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

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

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