Html Css Color HEX #8D0019 Carmine

📋 copy color: '#8D0019'

red 141 ◦ green 0 ◦ blue 25

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

Shades of Carmine #8D0019

Tints of Carmine #8D0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.94%
G = 0%
B = 15.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D0019 (or 0x8D0019) is known color: Carmine. HEX triplet: 8D, 00 and 19. RGB value is (141,0,25). Sum of RGB (Red+Green+Blue) = 141+0+25=166 (21% of max value = 765). Red value is 141 (55.47% from 255 or 84.94% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0019 is #72FFE6. Grayscale: #2D2D2D. Windows color (decimal): -7536615 or 1638541. OLE color: 1638541.

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

Color convert

RGB 141 0 25 -
CMYK 0 1 0.82 0.45
HSL 349.36º 1% 0.28% -
HSV(B) 349.36º 1% 0.55% -
XYZ 11.16 5.73 1.44 -
YUV 45.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 141 0 25 0 1 0.82 0.45 349.36 1 0.28
Hex 8D 0 19 0 64 52 2D 15D 64 1C
Octal 215 0 31 0 144 122 55 535 144 34
Binary 10001101 0 11001 0 1100100 1010010 101101 101011101 1100100 11100

Color Harmonies of #8D0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0019

Black with #8D0019

Text Example


Text Example

White with #8D0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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