Html Css Color HEX #910E15 Carmine

📋 copy color: '#910E15'

red 145 ◦ green 14 ◦ blue 21

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

Shades of Carmine #910E15

Tints of Carmine #910E15

RGB

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

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

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

R = 80.56%
G = 7.78%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#910E15 (or 0x910E15) is known color: Carmine. HEX triplet: 91, 0E and 15. RGB value is (145,14,21). Sum of RGB (Red+Green+Blue) = 145+14+21=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E15 is #6EF1EA. Grayscale: #363636. Windows color (decimal): -7270891 or 1379985. OLE color: 1379985.

HSL color Cylindrical-coordinate representation of color #910E15: hue angle of 356.79º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E15 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 21 -
CMYK 0 0.90 0.86 0.43
HSL 356.79º 0.82% 0.31% -
HSV(B) 356.79º 0.9% 0.57% -
XYZ 11.97 6.39 1.31 -
YUV 53.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 145 14 21 0 0.90 0.86 0.43 356.79 0.82 0.31
Hex 91 E 15 0 5A 56 2B 165 52 1F
Octal 221 16 25 0 132 126 53 545 122 37
Binary 10010001 1110 10101 0 1011010 1010110 101011 101100101 1010010 11111

Color Harmonies of #910E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E15

Black with #910E15

Text Example


Text Example

White with #910E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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