Html Css Color HEX #9B1401 Dark Red

📋 copy color: '#9B1401'

red 155 ◦ green 20 ◦ blue 1

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

Shades of Dark Red #9B1401

Tints of Dark Red #9B1401

RGB

 RED value IS 155 (60.94% from 255) = 88.07%

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 88.07%
G = 11.36%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B1401 (or 0x9B1401) is known color: Dark Red. HEX triplet: 9B, 14 and 01. RGB value is (155,20,1). Sum of RGB (Red+Green+Blue) = 155+20+1=176 (23% of max value = 765). Red value is 155 (60.94% from 255 or 88.07% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1401 is #64EBFE. Grayscale: #3A3A3A. Windows color (decimal): -6614015 or 70811. OLE color: 70811.

HSL color Cylindrical-coordinate representation of color #9B1401: hue angle of 7.4º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B1401 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 1 -
CMYK 0 0.87 0.99 0.39
HSL 7.4º 0.99% 0.31% -
HSV(B) 7.4º 0.99% 0.61% -
XYZ 13.77 7.47 0.74 -
YUV 58.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 155 20 1 0 0.87 0.99 0.39 7.4 0.99 0.31
Hex 9B 14 1 0 57 63 27 7 63 1F
Octal 233 24 1 0 127 143 47 7 143 37
Binary 10011011 10100 1 0 1010111 1100011 100111 111 1100011 11111

Color Harmonies of #9B1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1401

Black with #9B1401

Text Example


Text Example

White with #9B1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B1401; }

 p { color: rgb(155,20,1); }

 H1.HeaderClassName
 {
   color: #9B1401;
 }
 .AnyTagClassName
 {
   color: #9B1401;
 }
</style>

background-color css

<style>
 a { background-color: #9B1401; }

 a { background-color: rgb(155,20,1); }

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

border-color css

<style>
 span { border-color: #9B1401; }

 span { border-color: rgb(155,20,1); }

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