Html Css Color HEX #98100C Dark Red

📋 copy color: '#98100C'

red 152 ◦ green 16 ◦ blue 12

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

Shades of Dark Red #98100C

Tints of Dark Red #98100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 84.44%
G = 8.89%
B = 6.67%

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

#98100C (or 0x98100C) is known color: Dark Red. HEX triplet: 98, 10 and 0C. RGB value is (152,16,12). Sum of RGB (Red+Green+Blue) = 152+16+12=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #98100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98100C is #67EFF3. Grayscale: #383838. Windows color (decimal): -6811636 or 790680. OLE color: 790680.

HSL color Cylindrical-coordinate representation of color #98100C: hue angle of 1.71º 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 #98100C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 12 -
CMYK 0 0.89 0.92 0.40
HSL 1.71º 0.85% 0.32% -
HSV(B) 1.71º 0.92% 0.6% -
XYZ 13.2 7.07 1.02 -
YUV 56.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 152 16 12 0 0.89 0.92 0.40 1.71 0.85 0.32
Hex 98 10 C 0 59 5C 28 2 55 20
Octal 230 20 14 0 131 134 50 2 125 40
Binary 10011000 10000 1100 0 1011001 1011100 101000 10 1010101 100000

Color Harmonies of #98100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98100C

Black with #98100C

Text Example


Text Example

White with #98100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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