Html Css Color HEX #8D1801 Dark Red

📋 copy color: '#8D1801'

red 141 ◦ green 24 ◦ blue 1

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

Shades of Dark Red #8D1801

Tints of Dark Red #8D1801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.46%

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

R = 84.94%
G = 14.46%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D1801 (or 0x8D1801) is known color: Dark Red. HEX triplet: 8D, 18 and 01. RGB value is (141,24,1). Sum of RGB (Red+Green+Blue) = 141+24+1=166 (21% of max value = 765). Red value is 141 (55.47% from 255 or 84.94% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1801 is #72E7FE. Grayscale: #383838. Windows color (decimal): -7530495 or 71821. OLE color: 71821.

HSL color Cylindrical-coordinate representation of color #8D1801: hue angle of 9.86º 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 #8D1801 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 24 1 -
CMYK 0 0.83 0.99 0.45
HSL 9.86º 0.99% 0.28% -
HSV(B) 9.86º 0.99% 0.55% -
XYZ 11.32 6.32 0.65 -
YUV 56.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 141 24 1 0 0.83 0.99 0.45 9.86 0.99 0.28
Hex 8D 18 1 0 53 63 2D A 63 1C
Octal 215 30 1 0 123 143 55 12 143 34
Binary 10001101 11000 1 0 1010011 1100011 101101 1010 1100011 11100

Color Harmonies of #8D1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1801

Black with #8D1801

Text Example


Text Example

White with #8D1801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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