Html Css Color HEX #940E0D Dark Red

📋 copy color: '#940E0D'

red 148 ◦ green 14 ◦ blue 13

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

Shades of Dark Red #940E0D

Tints of Dark Red #940E0D

RGB

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

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

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

R = 84.57%
G = 8%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#940E0D (or 0x940E0D) is known color: Dark Red. HEX triplet: 94, 0E and 0D. RGB value is (148,14,13). Sum of RGB (Red+Green+Blue) = 148+14+13=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #940E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940E0D is #6BF1F2. Grayscale: #363636. Windows color (decimal): -7074291 or 855700. OLE color: 855700.

HSL color Cylindrical-coordinate representation of color #940E0D: hue angle of 0.44º 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 #940E0D is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 14 13 -
CMYK 0 0.91 0.91 0.42
HSL 0.44º 0.84% 0.32% -
HSV(B) 0.44º 0.91% 0.58% -
XYZ 12.44 6.64 1.01 -
YUV 53.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 148 14 13 0 0.91 0.91 0.42 0.44 0.84 0.32
Hex 94 E D 0 5B 5B 2A 0 54 20
Octal 224 16 15 0 133 133 52 0 124 40
Binary 10010100 1110 1101 0 1011011 1011011 101010 0 1010100 100000

Color Harmonies of #940E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940E0D

Black with #940E0D

Text Example


Text Example

White with #940E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940E0D; }

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

 H1.HeaderClassName
 {
   color: #940E0D;
 }
 .AnyTagClassName
 {
   color: #940E0D;
 }
</style>

background-color css

<style>
 a { background-color: #940E0D; }

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

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

border-color css

<style>
 span { border-color: #940E0D; }

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

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