Html Css Color HEX #910219 Carmine

📋 copy color: '#910219'

red 145 ◦ green 2 ◦ blue 25

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

Shades of Carmine #910219

Tints of Carmine #910219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 84.3%
G = 1.16%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#910219 (or 0x910219) is known color: Carmine. HEX triplet: 91, 02 and 19. RGB value is (145,2,25). Sum of RGB (Red+Green+Blue) = 145+2+25=172 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.30% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 145 - color contains mainly: red. Hex color #910219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910219 is #6EFDE6. Grayscale: #2F2F2F. Windows color (decimal): -7273959 or 1639057. OLE color: 1639057.

HSL color Cylindrical-coordinate representation of color #910219: hue angle of 350.35º 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 #910219 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 25 -
CMYK 0 0.99 0.83 0.43
HSL 350.35º 0.97% 0.29% -
HSV(B) 350.35º 0.99% 0.57% -
XYZ 11.87 6.13 1.48 -
YUV 47.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 145 2 25 0 0.99 0.83 0.43 350.35 0.97 0.29
Hex 91 2 19 0 63 53 2B 15E 61 1D
Octal 221 2 31 0 143 123 53 536 141 35
Binary 10010001 10 11001 0 1100011 1010011 101011 101011110 1100001 11101

Color Harmonies of #910219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910219

Black with #910219

Text Example


Text Example

White with #910219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910219; }

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

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

background-color css

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

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

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

border-color css

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

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

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