Html Css Color HEX #96100E Dark Red

📋 copy color: '#96100E'

red 150 ◦ green 16 ◦ blue 14

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

Shades of Dark Red #96100E

Tints of Dark Red #96100E

RGB

 RED value IS 150 (58.98% from 255) = 83.33%

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

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 83.33%
G = 8.89%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96100E (or 0x96100E) is known color: Dark Red. HEX triplet: 96, 10 and 0E. RGB value is (150,16,14). Sum of RGB (Red+Green+Blue) = 150+16+14=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #96100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96100E is #69EFF1. Grayscale: #373737. Windows color (decimal): -6942706 or 921750. OLE color: 921750.

HSL color Cylindrical-coordinate representation of color #96100E: hue angle of 0.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96100E is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 14 -
CMYK 0 0.89 0.91 0.41
HSL 0.88º 0.83% 0.32% -
HSV(B) 0.88º 0.91% 0.59% -
XYZ 12.84 6.89 1.07 -
YUV 55.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 150 16 14 0 0.89 0.91 0.41 0.88 0.83 0.32
Hex 96 10 E 0 59 5B 29 1 53 20
Octal 226 20 16 0 131 133 51 1 123 40
Binary 10010110 10000 1110 0 1011001 1011011 101001 1 1010011 100000

Color Harmonies of #96100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96100E

Black with #96100E

Text Example


Text Example

White with #96100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96100E; }

 p { color: rgb(150,16,14); }

 H1.HeaderClassName
 {
   color: #96100E;
 }
 .AnyTagClassName
 {
   color: #96100E;
 }
</style>

background-color css

<style>
 a { background-color: #96100E; }

 a { background-color: rgb(150,16,14); }

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

border-color css

<style>
 span { border-color: #96100E; }

 span { border-color: rgb(150,16,14); }

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