Html Css Color HEX #8D0515 Carmine

📋 copy color: '#8D0515'

red 141 ◦ green 5 ◦ blue 21

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

Shades of Carmine #8D0515

Tints of Carmine #8D0515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 84.43%
G = 2.99%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8D0515 (or 0x8D0515) is known color: Carmine. HEX triplet: 8D, 05 and 15. RGB value is (141,5,21). Sum of RGB (Red+Green+Blue) = 141+5+21=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0515 is #72FAEA. Grayscale: #2F2F2F. Windows color (decimal): -7535339 or 1377677. OLE color: 1377677.

HSL color Cylindrical-coordinate representation of color #8D0515: hue angle of 352.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0515 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 21 -
CMYK 0 0.96 0.85 0.45
HSL 352.94º 0.93% 0.29% -
HSV(B) 352.94º 0.96% 0.55% -
XYZ 11.17 5.83 1.24 -
YUV 47.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 141 5 21 0 0.96 0.85 0.45 352.94 0.93 0.29
Hex 8D 5 15 0 60 55 2D 161 5D 1D
Octal 215 5 25 0 140 125 55 541 135 35
Binary 10001101 101 10101 0 1100000 1010101 101101 101100001 1011101 11101

Color Harmonies of #8D0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0515

Black with #8D0515

Text Example


Text Example

White with #8D0515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,21); }

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

background-color css

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

 a { background-color: rgb(141,5,21); }

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

border-color css

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

 span { border-color: rgb(141,5,21); }

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