Html Css Color HEX #9C2001 Dark Red

📋 copy color: '#9C2001'

red 156 ◦ green 32 ◦ blue 1

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

Shades of Dark Red #9C2001

Tints of Dark Red #9C2001

RGB

 RED value IS 156 (61.33% from 255) = 82.54%

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 82.54%
G = 16.93%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C2001 (or 0x9C2001) is known color: Dark Red. HEX triplet: 9C, 20 and 01. RGB value is (156,32,1). Sum of RGB (Red+Green+Blue) = 156+32+1=189 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.54% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2001 is #63DFFE. Grayscale: #414141. Windows color (decimal): -6545407 or 73884. OLE color: 73884.

HSL color Cylindrical-coordinate representation of color #9C2001: hue angle of 12º 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 #9C2001 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 32 1 -
CMYK 0 0.79 0.99 0.39
HSL 12º 0.99% 0.31% -
HSV(B) 12º 0.99% 0.61% -
XYZ 14.23 8.1 0.84 -
YUV 65.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 156 32 1 0 0.79 0.99 0.39 12 0.99 0.31
Hex 9C 20 1 0 4F 63 27 C 63 1F
Octal 234 40 1 0 117 143 47 14 143 37
Binary 10011100 100000 1 0 1001111 1100011 100111 1100 1100011 11111

Color Harmonies of #9C2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2001

Black with #9C2001

Text Example


Text Example

White with #9C2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,1); }

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

background-color css

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

 a { background-color: rgb(156,32,1); }

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

border-color css

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

 span { border-color: rgb(156,32,1); }

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