Html Css Color HEX #880215 Carmine

📋 copy color: '#880215'

red 136 ◦ green 2 ◦ blue 21

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

Shades of Carmine #880215

Tints of Carmine #880215

RGB

 RED value IS 136 (53.52% from 255) = 85.53%

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

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

R = 85.53%
G = 1.26%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880215 (or 0x880215) is known color: Carmine. HEX triplet: 88, 02 and 15. RGB value is (136,2,21). Sum of RGB (Red+Green+Blue) = 136+2+21=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880215 is #77FDEA. Grayscale: #2C2C2C. Windows color (decimal): -7863787 or 1376904. OLE color: 1376904.

HSL color Cylindrical-coordinate representation of color #880215: hue angle of 351.49º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880215 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 21 -
CMYK 0 0.99 0.85 0.47
HSL 351.49º 0.97% 0.27% -
HSV(B) 351.49º 0.99% 0.53% -
XYZ 10.31 5.33 1.2 -
YUV 44.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 136 2 21 0 0.99 0.85 0.47 351.49 0.97 0.27
Hex 88 2 15 0 63 55 2F 15F 61 1B
Octal 210 2 25 0 143 125 57 537 141 33
Binary 10001000 10 10101 0 1100011 1010101 101111 101011111 1100001 11011

Color Harmonies of #880215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880215

Black with #880215

Text Example


Text Example

White with #880215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880215; }

 p { color: rgb(136,2,21); }

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

background-color css

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

 a { background-color: rgb(136,2,21); }

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

border-color css

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

 span { border-color: rgb(136,2,21); }

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