Html Css Color HEX #8D001E Carmine

📋 copy color: '#8D001E'

red 141 ◦ green 0 ◦ blue 30

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

Shades of Carmine #8D001E

Tints of Carmine #8D001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 82.46%
G = 0%
B = 17.54%

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

#8D001E (or 0x8D001E) is known color: Carmine. HEX triplet: 8D, 00 and 1E. RGB value is (141,0,30). Sum of RGB (Red+Green+Blue) = 141+0+30=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D001E is #72FFE1. Grayscale: #2D2D2D. Windows color (decimal): -7536610 or 1966221. OLE color: 1966221.

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

Color convert

RGB 141 0 30 -
CMYK 0 1 0.79 0.45
HSL 347.23º 1% 0.28% -
HSV(B) 347.23º 1% 0.55% -
XYZ 11.22 5.76 1.75 -
YUV 45.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 141 0 30 0 1 0.79 0.45 347.23 1 0.28
Hex 8D 0 1E 0 64 4F 2D 15B 64 1C
Octal 215 0 36 0 144 117 55 533 144 34
Binary 10001101 0 11110 0 1100100 1001111 101101 101011011 1100100 11100

Color Harmonies of #8D001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D001E

Black with #8D001E

Text Example


Text Example

White with #8D001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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