Html Css Color HEX #910217 Carmine

📋 copy color: '#910217'

red 145 ◦ green 2 ◦ blue 23

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

Shades of Carmine #910217

Tints of Carmine #910217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.53%

R = 85.29%
G = 1.18%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#910217 (or 0x910217) is known color: Carmine. HEX triplet: 91, 02 and 17. RGB value is (145,2,23). Sum of RGB (Red+Green+Blue) = 145+2+23=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910217 is #6EFDE8. Grayscale: #2F2F2F. Windows color (decimal): -7273961 or 1507985. OLE color: 1507985.

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

Color convert

RGB 145 2 23 -
CMYK 0 0.99 0.84 0.43
HSL 351.19º 0.97% 0.29% -
HSV(B) 351.19º 0.99% 0.57% -
XYZ 11.85 6.13 1.37 -
YUV 47.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 145 2 23 0 0.99 0.84 0.43 351.19 0.97 0.29
Hex 91 2 17 0 63 54 2B 15F 61 1D
Octal 221 2 27 0 143 124 53 537 141 35
Binary 10010001 10 10111 0 1100011 1010100 101011 101011111 1100001 11101

Color Harmonies of #910217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910217

Black with #910217

Text Example


Text Example

White with #910217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910217; }

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

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

background-color css

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

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

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

border-color css

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

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

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