Html Css Color HEX #8A1101 Dark Red

📋 copy color: '#8A1101'

red 138 ◦ green 17 ◦ blue 1

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

Shades of Dark Red #8A1101

Tints of Dark Red #8A1101

RGB

 RED value IS 138 (54.3% from 255) = 88.46%

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 88.46%
G = 10.9%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A1101 (or 0x8A1101) is known color: Dark Red. HEX triplet: 8A, 11 and 01. RGB value is (138,17,1). Sum of RGB (Red+Green+Blue) = 138+17+1=156 (20% of max value = 765). Red value is 138 (54.30% from 255 or 88.46% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1101 is #75EEFE. Grayscale: #333333. Windows color (decimal): -7728895 or 70026. OLE color: 70026.

HSL color Cylindrical-coordinate representation of color #8A1101: hue angle of 7.01º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A1101 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 1 -
CMYK 0 0.88 0.99 0.46
HSL 7.01º 0.99% 0.27% -
HSV(B) 7.01º 0.99% 0.54% -
XYZ 10.69 5.81 0.59 -
YUV 51.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 138 17 1 0 0.88 0.99 0.46 7.01 0.99 0.27
Hex 8A 11 1 0 58 63 2E 7 63 1B
Octal 212 21 1 0 130 143 56 7 143 33
Binary 10001010 10001 1 0 1011000 1100011 101110 111 1100011 11011

Color Harmonies of #8A1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1101

Black with #8A1101

Text Example


Text Example

White with #8A1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1101; }

 p { color: rgb(138,17,1); }

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

background-color css

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

 a { background-color: rgb(138,17,1); }

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

border-color css

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

 span { border-color: rgb(138,17,1); }

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