Html Css Color HEX #8D001F Carmine

📋 copy color: '#8D001F'

red 141 ◦ green 0 ◦ blue 31

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

Shades of Carmine #8D001F

Tints of Carmine #8D001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 81.98%
G = 0%
B = 18.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D001F (or 0x8D001F) is known color: Carmine. HEX triplet: 8D, 00 and 1F. RGB value is (141,0,31). Sum of RGB (Red+Green+Blue) = 141+0+31=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D001F is #72FFE0. Grayscale: #2D2D2D. Windows color (decimal): -7536609 or 2031757. OLE color: 2031757.

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

Color convert

RGB 141 0 31 -
CMYK 0 1 0.78 0.45
HSL 346.81º 1% 0.28% -
HSV(B) 346.81º 1% 0.55% -
XYZ 11.23 5.76 1.82 -
YUV 45.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 141 0 31 0 1 0.78 0.45 346.81 1 0.28
Hex 8D 0 1F 0 64 4E 2D 15B 64 1C
Octal 215 0 37 0 144 116 55 533 144 34
Binary 10001101 0 11111 0 1100100 1001110 101101 101011011 1100100 11100

Color Harmonies of #8D001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D001F

Black with #8D001F

Text Example


Text Example

White with #8D001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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