Html Css Color HEX #8D041C Carmine

📋 copy color: '#8D041C'

red 141 ◦ green 4 ◦ blue 28

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

Shades of Carmine #8D041C

Tints of Carmine #8D041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 81.5%
G = 2.31%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8D041C (or 0x8D041C) is known color: Carmine. HEX triplet: 8D, 04 and 1C. RGB value is (141,4,28). Sum of RGB (Red+Green+Blue) = 141+4+28=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D041C is #72FBE3. Grayscale: #2F2F2F. Windows color (decimal): -7535588 or 1836173. OLE color: 1836173.

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

Color convert

RGB 141 4 28 -
CMYK 0 0.97 0.80 0.45
HSL 349.49º 0.94% 0.28% -
HSV(B) 349.49º 0.97% 0.55% -
XYZ 11.24 5.83 1.63 -
YUV 47.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 141 4 28 0 0.97 0.80 0.45 349.49 0.94 0.28
Hex 8D 4 1C 0 61 50 2D 15D 5E 1C
Octal 215 4 34 0 141 120 55 535 136 34
Binary 10001101 100 11100 0 1100001 1010000 101101 101011101 1011110 11100

Color Harmonies of #8D041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D041C

Black with #8D041C

Text Example


Text Example

White with #8D041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,28); }

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

background-color css

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

 a { background-color: rgb(141,4,28); }

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

border-color css

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

 span { border-color: rgb(141,4,28); }

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