Html Css Color HEX #98110F Dark Red

📋 copy color: '#98110F'

red 152 ◦ green 17 ◦ blue 15

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

Shades of Dark Red #98110F

Tints of Dark Red #98110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 82.61%
G = 9.24%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98110F (or 0x98110F) is known color: Dark Red. HEX triplet: 98, 11 and 0F. RGB value is (152,17,15). Sum of RGB (Red+Green+Blue) = 152+17+15=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #98110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98110F is #67EEF0. Grayscale: #393939. Windows color (decimal): -6811377 or 987544. OLE color: 987544.

HSL color Cylindrical-coordinate representation of color #98110F: hue angle of 0.88º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98110F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 15 -
CMYK 0 0.89 0.90 0.40
HSL 0.88º 0.82% 0.33% -
HSV(B) 0.88º 0.9% 0.6% -
XYZ 13.24 7.11 1.13 -
YUV 57.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 152 17 15 0 0.89 0.90 0.40 0.88 0.82 0.33
Hex 98 11 F 0 59 5A 28 1 52 21
Octal 230 21 17 0 131 132 50 1 122 41
Binary 10011000 10001 1111 0 1011001 1011010 101000 1 1010010 100001

Color Harmonies of #98110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98110F

Black with #98110F

Text Example


Text Example

White with #98110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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