Html Css Color HEX #98111F Carmine

📋 copy color: '#98111F'

red 152 ◦ green 17 ◦ blue 31

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

Shades of Carmine #98111F

Tints of Carmine #98111F

RGB

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

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

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

R = 76%
G = 8.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98111F (or 0x98111F) is known color: Carmine. HEX triplet: 98, 11 and 1F. RGB value is (152,17,31). Sum of RGB (Red+Green+Blue) = 152+17+31=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98111F is #67EEE0. Grayscale: #3B3B3B. Windows color (decimal): -6811361 or 2036120. OLE color: 2036120.

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

Color convert

RGB 152 17 31 -
CMYK 0 0.89 0.80 0.40
HSL 353.78º 0.8% 0.33% -
HSV(B) 353.78º 0.89% 0.6% -
XYZ 13.4 7.18 1.98 -
YUV 58.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 152 17 31 0 0.89 0.80 0.40 353.78 0.8 0.33
Hex 98 11 1F 0 59 50 28 162 50 21
Octal 230 21 37 0 131 120 50 542 120 41
Binary 10011000 10001 11111 0 1011001 1010000 101000 101100010 1010000 100001

Color Harmonies of #98111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98111F

Black with #98111F

Text Example


Text Example

White with #98111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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