Html Css Color HEX #98171F Carmine

📋 copy color: '#98171F'

red 152 ◦ green 23 ◦ blue 31

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

Shades of Carmine #98171F

Tints of Carmine #98171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 73.79%
G = 11.17%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98171F (or 0x98171F) is known color: Carmine. HEX triplet: 98, 17 and 1F. RGB value is (152,23,31). Sum of RGB (Red+Green+Blue) = 152+23+31=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #98171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98171F is #67E8E0. Grayscale: #3E3E3E. Windows color (decimal): -6809825 or 2037656. OLE color: 2037656.

HSL color Cylindrical-coordinate representation of color #98171F: hue angle of 356.28º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98171F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 31 -
CMYK 0 0.85 0.80 0.40
HSL 356.28º 0.74% 0.34% -
HSV(B) 356.28º 0.85% 0.6% -
XYZ 13.5 7.39 2.01 -
YUV 62.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 152 23 31 0 0.85 0.80 0.40 356.28 0.74 0.34
Hex 98 17 1F 0 55 50 28 164 4A 22
Octal 230 27 37 0 125 120 50 544 112 42
Binary 10011000 10111 11111 0 1010101 1010000 101000 101100100 1001010 100010

Color Harmonies of #98171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98171F

Black with #98171F

Text Example


Text Example

White with #98171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,23,31); }

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

background-color css

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

 a { background-color: rgb(152,23,31); }

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

border-color css

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

 span { border-color: rgb(152,23,31); }

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