Html Css Color HEX #9C140C Dark Red

📋 copy color: '#9C140C'

red 156 ◦ green 20 ◦ blue 12

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

Shades of Dark Red #9C140C

Tints of Dark Red #9C140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 82.98%
G = 10.64%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C140C (or 0x9C140C) is known color: Dark Red. HEX triplet: 9C, 14 and 0C. RGB value is (156,20,12). Sum of RGB (Red+Green+Blue) = 156+20+12=188 (24% of max value = 765). Red value is 156 (61.33% from 255 or 82.98% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 156 - color contains mainly: red. Hex color #9C140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C140C is #63EBF3. Grayscale: #3B3B3B. Windows color (decimal): -6548468 or 791708. OLE color: 791708.

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

Color convert

RGB 156 20 12 -
CMYK 0 0.87 0.92 0.39
HSL 3.33º 0.86% 0.33% -
HSV(B) 3.33º 0.92% 0.61% -
XYZ 14.03 7.59 1.07 -
YUV 59.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 156 20 12 0 0.87 0.92 0.39 3.33 0.86 0.33
Hex 9C 14 C 0 57 5C 27 3 56 21
Octal 234 24 14 0 127 134 47 3 126 41
Binary 10011100 10100 1100 0 1010111 1011100 100111 11 1010110 100001

Color Harmonies of #9C140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C140C

Black with #9C140C

Text Example


Text Example

White with #9C140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,12); }

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

background-color css

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

 a { background-color: rgb(156,20,12); }

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

border-color css

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

 span { border-color: rgb(156,20,12); }

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