Html Css Color HEX #98100D Dark Red

📋 copy color: '#98100D'

red 152 ◦ green 16 ◦ blue 13

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

Shades of Dark Red #98100D

Tints of Dark Red #98100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 83.98%
G = 8.84%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98100D (or 0x98100D) is known color: Dark Red. HEX triplet: 98, 10 and 0D. RGB value is (152,16,13). Sum of RGB (Red+Green+Blue) = 152+16+13=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #98100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98100D is #67EFF2. Grayscale: #383838. Windows color (decimal): -6811635 or 856216. OLE color: 856216.

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

Color convert

RGB 152 16 13 -
CMYK 0 0.89 0.91 0.40
HSL 1.29º 0.84% 0.32% -
HSV(B) 1.29º 0.91% 0.6% -
XYZ 13.21 7.08 1.05 -
YUV 56.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 152 16 13 0 0.89 0.91 0.40 1.29 0.84 0.32
Hex 98 10 D 0 59 5B 28 1 54 20
Octal 230 20 15 0 131 133 50 1 124 40
Binary 10011000 10000 1101 0 1011001 1011011 101000 1 1010100 100000

Color Harmonies of #98100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98100D

Black with #98100D

Text Example


Text Example

White with #98100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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