Html Css Color HEX #93100D Dark Red

📋 copy color: '#93100D'

red 147 ◦ green 16 ◦ blue 13

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

Shades of Dark Red #93100D

Tints of Dark Red #93100D

RGB

 RED value IS 147 (57.81% from 255) = 83.52%

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 83.52%
G = 9.09%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93100D (or 0x93100D) is known color: Dark Red. HEX triplet: 93, 10 and 0D. RGB value is (147,16,13). Sum of RGB (Red+Green+Blue) = 147+16+13=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93100D is #6CEFF2. Grayscale: #363636. Windows color (decimal): -7139315 or 856211. OLE color: 856211.

HSL color Cylindrical-coordinate representation of color #93100D: hue angle of 1.34º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93100D is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 16 13 -
CMYK 0 0.89 0.91 0.42
HSL 1.34º 0.84% 0.31% -
HSV(B) 1.34º 0.91% 0.58% -
XYZ 12.29 6.6 1.01 -
YUV 54.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 147 16 13 0 0.89 0.91 0.42 1.34 0.84 0.31
Hex 93 10 D 0 59 5B 2A 1 54 1F
Octal 223 20 15 0 131 133 52 1 124 37
Binary 10010011 10000 1101 0 1011001 1011011 101010 1 1010100 11111

Color Harmonies of #93100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93100D

Black with #93100D

Text Example


Text Example

White with #93100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93100D; }

 p { color: rgb(147,16,13); }

 H1.HeaderClassName
 {
   color: #93100D;
 }
 .AnyTagClassName
 {
   color: #93100D;
 }
</style>

background-color css

<style>
 a { background-color: #93100D; }

 a { background-color: rgb(147,16,13); }

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

border-color css

<style>
 span { border-color: #93100D; }

 span { border-color: rgb(147,16,13); }

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