Html Css Color HEX #8E0C03 Dark Red

📋 copy color: '#8E0C03'

red 142 ◦ green 12 ◦ blue 3

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

Shades of Dark Red #8E0C03

Tints of Dark Red #8E0C03

RGB

 RED value IS 142 (55.86% from 255) = 90.45%

 GREEN value IS 12 (5.08% from 255) = 7.64%

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 90.45%
G = 7.64%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#8E0C03 (or 0x8E0C03) is known color: Dark Red. HEX triplet: 8E, 0C and 03. RGB value is (142,12,3). Sum of RGB (Red+Green+Blue) = 142+12+3=157 (20% of max value = 765). Red value is 142 (55.86% from 255 or 90.45% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0C03 is #71F3FC. Grayscale: #323232. Windows color (decimal): -7468029 or 199822. OLE color: 199822.

HSL color Cylindrical-coordinate representation of color #8E0C03: hue angle of 3.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0C03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 3 -
CMYK 0 0.92 0.98 0.44
HSL 3.88º 0.96% 0.28% -
HSV(B) 3.88º 0.98% 0.56% -
XYZ 11.3 6.02 0.65 -
YUV 49.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 142 12 3 0 0.92 0.98 0.44 3.88 0.96 0.28
Hex 8E C 3 0 5C 62 2C 4 60 1C
Octal 216 14 3 0 134 142 54 4 140 34
Binary 10001110 1100 11 0 1011100 1100010 101100 100 1100000 11100

Color Harmonies of #8E0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C03

Black with #8E0C03

Text Example


Text Example

White with #8E0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,3); }

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

background-color css

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

 a { background-color: rgb(142,12,3); }

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

border-color css

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

 span { border-color: rgb(142,12,3); }

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