Html Css Color HEX #8B0E01 Dark Red

📋 copy color: '#8B0E01'

red 139 ◦ green 14 ◦ blue 1

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

Shades of Dark Red #8B0E01

Tints of Dark Red #8B0E01

RGB

 RED value IS 139 (54.69% from 255) = 90.26%

 GREEN value IS 14 (5.86% from 255) = 9.09%

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

R = 90.26%
G = 9.09%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B0E01 (or 0x8B0E01) is known color: Dark Red. HEX triplet: 8B, 0E and 01. RGB value is (139,14,1). Sum of RGB (Red+Green+Blue) = 139+14+1=154 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.26% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0E01 is #74F1FE. Grayscale: #323232. Windows color (decimal): -7664127 or 69259. OLE color: 69259.

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

Color convert

RGB 139 14 1 -
CMYK 0 0.90 0.99 0.45
HSL 5.65º 0.99% 0.27% -
HSV(B) 5.65º 0.99% 0.55% -
XYZ 10.81 5.81 0.58 -
YUV 49.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 139 14 1 0 0.90 0.99 0.45 5.65 0.99 0.27
Hex 8B E 1 0 5A 63 2D 6 63 1B
Octal 213 16 1 0 132 143 55 6 143 33
Binary 10001011 1110 1 0 1011010 1100011 101101 110 1100011 11011

Color Harmonies of #8B0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0E01

Black with #8B0E01

Text Example


Text Example

White with #8B0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,14,1); }

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

background-color css

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

 a { background-color: rgb(139,14,1); }

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

border-color css

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

 span { border-color: rgb(139,14,1); }

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