Html Css Color HEX #8D1519 Carmine

📋 copy color: '#8D1519'

red 141 ◦ green 21 ◦ blue 25

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

Shades of Carmine #8D1519

Tints of Carmine #8D1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 75.4%
G = 11.23%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D1519 (or 0x8D1519) is known color: Carmine. HEX triplet: 8D, 15 and 19. RGB value is (141,21,25). Sum of RGB (Red+Green+Blue) = 141+21+25=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1519 is #72EAE6. Grayscale: #393939. Windows color (decimal): -7531239 or 1643917. OLE color: 1643917.

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

Color convert

RGB 141 21 25 -
CMYK 0 0.85 0.82 0.45
HSL 358º 0.74% 0.32% -
HSV(B) 358º 0.85% 0.55% -
XYZ 11.43 6.27 1.53 -
YUV 57.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 141 21 25 0 0.85 0.82 0.45 358 0.74 0.32
Hex 8D 15 19 0 55 52 2D 166 4A 20
Octal 215 25 31 0 125 122 55 546 112 40
Binary 10001101 10101 11001 0 1010101 1010010 101101 101100110 1001010 100000

Color Harmonies of #8D1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1519

Black with #8D1519

Text Example


Text Example

White with #8D1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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