Html Css Color HEX #A21701 Dark Red

📋 copy color: '#A21701'

red 162 ◦ green 23 ◦ blue 1

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

Shades of Dark Red #A21701

Tints of Dark Red #A21701

RGB

 RED value IS 162 (63.67% from 255) = 87.1%

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

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

R = 87.1%
G = 12.37%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A21701 (or 0xA21701) is known color: Dark Red. HEX triplet: A2, 17 and 01. RGB value is (162,23,1). Sum of RGB (Red+Green+Blue) = 162+23+1=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A21701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21701 is #5DE8FE. Grayscale: #3E3E3E. Windows color (decimal): -6154495 or 71586. OLE color: 71586.

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

Color convert

RGB 162 23 1 -
CMYK 0 0.86 0.99 0.36
HSL 8.2º 0.99% 0.32% -
HSV(B) 8.2º 0.99% 0.64% -
XYZ 15.21 8.3 0.83 -
YUV 62.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 162 23 1 0 0.86 0.99 0.36 8.2 0.99 0.32
Hex A2 17 1 0 56 63 24 8 63 20
Octal 242 27 1 0 126 143 44 10 143 40
Binary 10100010 10111 1 0 1010110 1100011 100100 1000 1100011 100000

Color Harmonies of #A21701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21701

Black with #A21701

Text Example


Text Example

White with #A21701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21701; }

 p { color: rgb(162,23,1); }

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

background-color css

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

 a { background-color: rgb(162,23,1); }

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

border-color css

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

 span { border-color: rgb(162,23,1); }

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