Html Css Color HEX #910215 Carmine

📋 copy color: '#910215'

red 145 ◦ green 2 ◦ blue 21

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

Shades of Carmine #910215

Tints of Carmine #910215

RGB

 RED value IS 145 (57.03% from 255) = 86.31%

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

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

R = 86.31%
G = 1.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#910215 (or 0x910215) is known color: Carmine. HEX triplet: 91, 02 and 15. RGB value is (145,2,21). Sum of RGB (Red+Green+Blue) = 145+2+21=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #910215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910215 is #6EFDEA. Grayscale: #2E2E2E. Windows color (decimal): -7273963 or 1376913. OLE color: 1376913.

HSL color Cylindrical-coordinate representation of color #910215: hue angle of 352.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910215 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 21 -
CMYK 0 0.99 0.86 0.43
HSL 352.03º 0.97% 0.29% -
HSV(B) 352.03º 0.99% 0.57% -
XYZ 11.83 6.12 1.27 -
YUV 46.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 145 2 21 0 0.99 0.86 0.43 352.03 0.97 0.29
Hex 91 2 15 0 63 56 2B 160 61 1D
Octal 221 2 25 0 143 126 53 540 141 35
Binary 10010001 10 10101 0 1100011 1010110 101011 101100000 1100001 11101

Color Harmonies of #910215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910215

Black with #910215

Text Example


Text Example

White with #910215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910215; }

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

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

background-color css

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

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

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

border-color css

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

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

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