Html Css Color HEX #9C1702 Dark Red

📋 copy color: '#9C1702'

red 156 ◦ green 23 ◦ blue 2

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

Shades of Dark Red #9C1702

Tints of Dark Red #9C1702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 86.19%
G = 12.71%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C1702 (or 0x9C1702) is known color: Dark Red. HEX triplet: 9C, 17 and 02. RGB value is (156,23,2). Sum of RGB (Red+Green+Blue) = 156+23+2=181 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.19% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1702 is #63E8FD. Grayscale: #3C3C3C. Windows color (decimal): -6547710 or 137116. OLE color: 137116.

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

Color convert

RGB 156 23 2 -
CMYK 0 0.85 0.99 0.39
HSL 8.18º 0.97% 0.31% -
HSV(B) 8.18º 0.99% 0.61% -
XYZ 14.03 7.69 0.8 -
YUV 60.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 156 23 2 0 0.85 0.99 0.39 8.18 0.97 0.31
Hex 9C 17 2 0 55 63 27 8 61 1F
Octal 234 27 2 0 125 143 47 10 141 37
Binary 10011100 10111 10 0 1010101 1100011 100111 1000 1100001 11111

Color Harmonies of #9C1702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1702

Black with #9C1702

Text Example


Text Example

White with #9C1702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,23,2); }

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

background-color css

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

 a { background-color: rgb(156,23,2); }

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

border-color css

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

 span { border-color: rgb(156,23,2); }

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