Html Css Color HEX #8D1719 Carmine

📋 copy color: '#8D1719'

red 141 ◦ green 23 ◦ blue 25

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

Shades of Carmine #8D1719

Tints of Carmine #8D1719

RGB

 RED value IS 141 (55.47% from 255) = 74.6%

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

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

R = 74.6%
G = 12.17%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D1719 (or 0x8D1719) is known color: Carmine. HEX triplet: 8D, 17 and 19. RGB value is (141,23,25). Sum of RGB (Red+Green+Blue) = 141+23+25=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1719 is #72E8E6. Grayscale: #3A3A3A. Windows color (decimal): -7530727 or 1644429. OLE color: 1644429.

HSL color Cylindrical-coordinate representation of color #8D1719: hue angle of 358.98º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1719 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 23 25 -
CMYK 0 0.84 0.82 0.45
HSL 358.98º 0.72% 0.32% -
HSV(B) 358.98º 0.84% 0.55% -
XYZ 11.47 6.35 1.54 -
YUV 58.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 141 23 25 0 0.84 0.82 0.45 358.98 0.72 0.32
Hex 8D 17 19 0 54 52 2D 167 48 20
Octal 215 27 31 0 124 122 55 547 110 40
Binary 10001101 10111 11001 0 1010100 1010010 101101 101100111 1001000 100000

Color Harmonies of #8D1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1719

Black with #8D1719

Text Example


Text Example

White with #8D1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D1719; }

 p { color: rgb(141,23,25); }

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

background-color css

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

 a { background-color: rgb(141,23,25); }

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

border-color css

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

 span { border-color: rgb(141,23,25); }

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