Html Css Color HEX #981119 Carmine

📋 copy color: '#981119'

red 152 ◦ green 17 ◦ blue 25

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

Shades of Carmine #981119

Tints of Carmine #981119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 78.35%
G = 8.76%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#981119 (or 0x981119) is known color: Carmine. HEX triplet: 98, 11 and 19. RGB value is (152,17,25). Sum of RGB (Red+Green+Blue) = 152+17+25=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #981119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981119 is #67EEE6. Grayscale: #3A3A3A. Windows color (decimal): -6811367 or 1642904. OLE color: 1642904.

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

Color convert

RGB 152 17 25 -
CMYK 0 0.89 0.84 0.40
HSL 356.44º 0.8% 0.33% -
HSV(B) 356.44º 0.89% 0.6% -
XYZ 13.32 7.15 1.6 -
YUV 58.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 152 17 25 0 0.89 0.84 0.40 356.44 0.8 0.33
Hex 98 11 19 0 59 54 28 164 50 21
Octal 230 21 31 0 131 124 50 544 120 41
Binary 10011000 10001 11001 0 1011001 1010100 101000 101100100 1010000 100001

Color Harmonies of #981119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981119

Black with #981119

Text Example


Text Example

White with #981119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981119; }

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

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

background-color css

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

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

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

border-color css

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

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

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