Html Css Color HEX #910221 Carmine

📋 copy color: '#910221'

red 145 ◦ green 2 ◦ blue 33

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

Shades of Carmine #910221

Tints of Carmine #910221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.33%

R = 80.56%
G = 1.11%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#910221 (or 0x910221) is known color: Carmine. HEX triplet: 91, 02 and 21. RGB value is (145,2,33). Sum of RGB (Red+Green+Blue) = 145+2+33=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #910221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910221 is #6EFDDE. Grayscale: #303030. Windows color (decimal): -7273951 or 2163345. OLE color: 2163345.

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

Color convert

RGB 145 2 33 -
CMYK 0 0.99 0.77 0.43
HSL 346.99º 0.97% 0.29% -
HSV(B) 346.99º 0.99% 0.57% -
XYZ 11.97 6.17 2 -
YUV 48.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 145 2 33 0 0.99 0.77 0.43 346.99 0.97 0.29
Hex 91 2 21 0 63 4D 2B 15B 61 1D
Octal 221 2 41 0 143 115 53 533 141 35
Binary 10010001 10 100001 0 1100011 1001101 101011 101011011 1100001 11101

Color Harmonies of #910221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910221

Black with #910221

Text Example


Text Example

White with #910221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910221; }

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

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

background-color css

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

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

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

border-color css

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

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

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