Html Css Color HEX #94100D Dark Red

📋 copy color: '#94100D'

red 148 ◦ green 16 ◦ blue 13

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

Shades of Dark Red #94100D

Tints of Dark Red #94100D

RGB

 RED value IS 148 (58.2% from 255) = 83.62%

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

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

R = 83.62%
G = 9.04%
B = 7.34%

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

#94100D (or 0x94100D) is known color: Dark Red. HEX triplet: 94, 10 and 0D. RGB value is (148,16,13). Sum of RGB (Red+Green+Blue) = 148+16+13=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #94100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94100D is #6BEFF2. Grayscale: #373737. Windows color (decimal): -7073779 or 856212. OLE color: 856212.

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

Color convert

RGB 148 16 13 -
CMYK 0 0.89 0.91 0.42
HSL 1.33º 0.84% 0.32% -
HSV(B) 1.33º 0.91% 0.58% -
XYZ 12.47 6.7 1.02 -
YUV 55.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 148 16 13 0 0.89 0.91 0.42 1.33 0.84 0.32
Hex 94 10 D 0 59 5B 2A 1 54 20
Octal 224 20 15 0 131 133 52 1 124 40
Binary 10010100 10000 1101 0 1011001 1011011 101010 1 1010100 100000

Color Harmonies of #94100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94100D

Black with #94100D

Text Example


Text Example

White with #94100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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