Html Css Color HEX #8D021F Carmine

📋 copy color: '#8D021F'

red 141 ◦ green 2 ◦ blue 31

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

Shades of Carmine #8D021F

Tints of Carmine #8D021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 81.03%
G = 1.15%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D021F (or 0x8D021F) is known color: Carmine. HEX triplet: 8D, 02 and 1F. RGB value is (141,2,31). Sum of RGB (Red+Green+Blue) = 141+2+31=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D021F is #72FDE0. Grayscale: #2E2E2E. Windows color (decimal): -7536097 or 2032269. OLE color: 2032269.

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

Color convert

RGB 141 2 31 -
CMYK 0 0.99 0.78 0.45
HSL 347.48º 0.97% 0.28% -
HSV(B) 347.48º 0.99% 0.55% -
XYZ 11.25 5.81 1.82 -
YUV 46.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 141 2 31 0 0.99 0.78 0.45 347.48 0.97 0.28
Hex 8D 2 1F 0 63 4E 2D 15B 61 1C
Octal 215 2 37 0 143 116 55 533 141 34
Binary 10001101 10 11111 0 1100011 1001110 101101 101011011 1100001 11100

Color Harmonies of #8D021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D021F

Black with #8D021F

Text Example


Text Example

White with #8D021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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