Html Css Color HEX #8D1405 Dark Red

📋 copy color: '#8D1405'

red 141 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #8D1405

Tints of Dark Red #8D1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 84.94%
G = 12.05%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8D1405 (or 0x8D1405) is known color: Dark Red. HEX triplet: 8D, 14 and 05. RGB value is (141,20,5). Sum of RGB (Red+Green+Blue) = 141+20+5=166 (21% of max value = 765). Red value is 141 (55.47% from 255 or 84.94% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1405 is #72EBFA. Grayscale: #363636. Windows color (decimal): -7531515 or 332941. OLE color: 332941.

HSL color Cylindrical-coordinate representation of color #8D1405: hue angle of 6.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D1405 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 20 5 -
CMYK 0 0.86 0.96 0.45
HSL 6.62º 0.93% 0.29% -
HSV(B) 6.62º 0.96% 0.55% -
XYZ 11.26 6.17 0.74 -
YUV 54.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 141 20 5 0 0.86 0.96 0.45 6.62 0.93 0.29
Hex 8D 14 5 0 56 60 2D 7 5D 1D
Octal 215 24 5 0 126 140 55 7 135 35
Binary 10001101 10100 101 0 1010110 1100000 101101 111 1011101 11101

Color Harmonies of #8D1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1405

Black with #8D1405

Text Example


Text Example

White with #8D1405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,20,5); }

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

background-color css

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

 a { background-color: rgb(141,20,5); }

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

border-color css

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

 span { border-color: rgb(141,20,5); }

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