Html Css Color HEX #8D001D Carmine

📋 copy color: '#8D001D'

red 141 ◦ green 0 ◦ blue 29

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

Shades of Carmine #8D001D

Tints of Carmine #8D001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 82.94%
G = 0%
B = 17.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D001D (or 0x8D001D) is known color: Carmine. HEX triplet: 8D, 00 and 1D. RGB value is (141,0,29). Sum of RGB (Red+Green+Blue) = 141+0+29=170 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.94% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 141 - color contains mainly: red. Hex color #8D001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D001D is #72FFE2. Grayscale: #2D2D2D. Windows color (decimal): -7536611 or 1900685. OLE color: 1900685.

HSL color Cylindrical-coordinate representation of color #8D001D: hue angle of 347.66º 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 #8D001D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 0 29 -
CMYK 0 1 0.79 0.45
HSL 347.66º 1% 0.28% -
HSV(B) 347.66º 1% 0.55% -
XYZ 11.21 5.75 1.68 -
YUV 45.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 141 0 29 0 1 0.79 0.45 347.66 1 0.28
Hex 8D 0 1D 0 64 4F 2D 15C 64 1C
Octal 215 0 35 0 144 117 55 534 144 34
Binary 10001101 0 11101 0 1100100 1001111 101101 101011100 1100100 11100

Color Harmonies of #8D001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D001D

Black with #8D001D

Text Example


Text Example

White with #8D001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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