Html Css Color HEX #8D0E21 Carmine

📋 copy color: '#8D0E21'

red 141 ◦ green 14 ◦ blue 33

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

Shades of Carmine #8D0E21

Tints of Carmine #8D0E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 75%
G = 7.45%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8D0E21 (or 0x8D0E21) is known color: Carmine. HEX triplet: 8D, 0E and 21. RGB value is (141,14,33). Sum of RGB (Red+Green+Blue) = 141+14+33=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E21 is #72F1DE. Grayscale: #363636. Windows color (decimal): -7533023 or 2166413. OLE color: 2166413.

HSL color Cylindrical-coordinate representation of color #8D0E21: hue angle of 351.02º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E21 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 14 33 -
CMYK 0 0.90 0.77 0.45
HSL 351.02º 0.82% 0.3% -
HSV(B) 351.02º 0.9% 0.55% -
XYZ 11.42 6.09 2.01 -
YUV 54.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 141 14 33 0 0.90 0.77 0.45 351.02 0.82 0.3
Hex 8D E 21 0 5A 4D 2D 15F 52 1E
Octal 215 16 41 0 132 115 55 537 122 36
Binary 10001101 1110 100001 0 1011010 1001101 101101 101011111 1010010 11110

Color Harmonies of #8D0E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E21

Black with #8D0E21

Text Example


Text Example

White with #8D0E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,33); }

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

background-color css

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

 a { background-color: rgb(141,14,33); }

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

border-color css

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

 span { border-color: rgb(141,14,33); }

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