#8D0D1E

Color #8D0D1E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8D0D1E

Tints of Carmine #8D0D1E

Color information

#8D0D1E (or 0x8D0D1E) is unknown color: approx Carmine. HEX triplet: 8D, 0D and 1E. RGB value is (141,13,30). Sum of RGB (Red+Green+Blue) = 141+13+30=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D1E is #72F2E1. Grayscale: #353535. Windows color (decimal): -7533282 or 1969549. OLE color: 1969549.

HSL color Cylindrical-coordinate representation of color #8D0D1E: hue angle of 352.03º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0D1E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1411330-
CMYK00.910.790.45
HSL352.03º83.12%30.2%-
HSV(B)352.03º90.78%55.29%-
XYZ11.366.041.8-
YUV53.21114.91190.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.63%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=76.63%
G=7.07%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141133000.910.790.45352.0383.1230.2
Hex8DD1E05B4F2D160531e
Octal215153601331175554012336
Binary10001101110111110010110111001111101101101100000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D0D1E;
 }
 .AnyTagClassName
 {
   color: #8D0D1E;
 }
</style>
background-color css

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

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

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

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

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

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