Html Css Color HEX #8D1A01 Dark Red

📋 copy color: '#8D1A01'

red 141 ◦ green 26 ◦ blue 1

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

Shades of Dark Red #8D1A01

Tints of Dark Red #8D1A01

RGB

 RED value IS 141 (55.47% from 255) = 83.93%

 GREEN value IS 26 (10.55% from 255) = 15.48%

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

R = 83.93%
G = 15.48%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D1A01 (or 0x8D1A01) is known color: Dark Red. HEX triplet: 8D, 1A and 01. RGB value is (141,26,1). Sum of RGB (Red+Green+Blue) = 141+26+1=168 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.93% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1A01 is #72E5FE. Grayscale: #393939. Windows color (decimal): -7529983 or 72333. OLE color: 72333.

HSL color Cylindrical-coordinate representation of color #8D1A01: hue angle of 10.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D1A01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 26 1 -
CMYK 0 0.82 0.99 0.45
HSL 10.71º 0.99% 0.28% -
HSV(B) 10.71º 0.99% 0.55% -
XYZ 11.36 6.4 0.67 -
YUV 57.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 141 26 1 0 0.82 0.99 0.45 10.71 0.99 0.28
Hex 8D 1A 1 0 52 63 2D B 63 1C
Octal 215 32 1 0 122 143 55 13 143 34
Binary 10001101 11010 1 0 1010010 1100011 101101 1011 1100011 11100

Color Harmonies of #8D1A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A01

Black with #8D1A01

Text Example


Text Example

White with #8D1A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,26,1); }

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

background-color css

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

 a { background-color: rgb(141,26,1); }

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

border-color css

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

 span { border-color: rgb(141,26,1); }

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