Html Css Color HEX #910E24 Carmine

📋 copy color: '#910E24'

red 145 ◦ green 14 ◦ blue 36

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

Shades of Carmine #910E24

Tints of Carmine #910E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 74.36%
G = 7.18%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#910E24 (or 0x910E24) is known color: Carmine. HEX triplet: 91, 0E and 24. RGB value is (145,14,36). Sum of RGB (Red+Green+Blue) = 145+14+36=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #910E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E24 is #6EF1DB. Grayscale: #373737. Windows color (decimal): -7270876 or 2363025. OLE color: 2363025.

HSL color Cylindrical-coordinate representation of color #910E24: hue angle of 349.92º 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 #910E24 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 36 -
CMYK 0 0.90 0.75 0.43
HSL 349.92º 0.82% 0.31% -
HSV(B) 349.92º 0.9% 0.57% -
XYZ 12.15 6.46 2.28 -
YUV 55.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 145 14 36 0 0.90 0.75 0.43 349.92 0.82 0.31
Hex 91 E 24 0 5A 4B 2B 15E 52 1F
Octal 221 16 44 0 132 113 53 536 122 37
Binary 10010001 1110 100100 0 1011010 1001011 101011 101011110 1010010 11111

Color Harmonies of #910E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E24

Black with #910E24

Text Example


Text Example

White with #910E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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