Html Css Color HEX #98110C Dark Red

📋 copy color: '#98110C'

red 152 ◦ green 17 ◦ blue 12

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

Shades of Dark Red #98110C

Tints of Dark Red #98110C

RGB

 RED value IS 152 (59.77% from 255) = 83.98%

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 83.98%
G = 9.39%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98110C (or 0x98110C) is known color: Dark Red. HEX triplet: 98, 11 and 0C. RGB value is (152,17,12). Sum of RGB (Red+Green+Blue) = 152+17+12=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #98110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98110C is #67EEF3. Grayscale: #383838. Windows color (decimal): -6811380 or 790936. OLE color: 790936.

HSL color Cylindrical-coordinate representation of color #98110C: hue angle of 2.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98110C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 12 -
CMYK 0 0.89 0.92 0.40
HSL 2.14º 0.85% 0.32% -
HSV(B) 2.14º 0.92% 0.6% -
XYZ 13.22 7.1 1.02 -
YUV 56.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 152 17 12 0 0.89 0.92 0.40 2.14 0.85 0.32
Hex 98 11 C 0 59 5C 28 2 55 20
Octal 230 21 14 0 131 134 50 2 125 40
Binary 10011000 10001 1100 0 1011001 1011100 101000 10 1010101 100000

Color Harmonies of #98110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98110C

Black with #98110C

Text Example


Text Example

White with #98110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98110C; }

 p { color: rgb(152,17,12); }

 H1.HeaderClassName
 {
   color: #98110C;
 }
 .AnyTagClassName
 {
   color: #98110C;
 }
</style>

background-color css

<style>
 a { background-color: #98110C; }

 a { background-color: rgb(152,17,12); }

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

border-color css

<style>
 span { border-color: #98110C; }

 span { border-color: rgb(152,17,12); }

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