Html Css Color HEX #970221 Carmine

📋 copy color: '#970221'

red 151 ◦ green 2 ◦ blue 33

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

Shades of Carmine #970221

Tints of Carmine #970221

RGB

 RED value IS 151 (59.38% from 255) = 81.18%

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

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

R = 81.18%
G = 1.08%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#970221 (or 0x970221) is known color: Carmine. HEX triplet: 97, 02 and 21. RGB value is (151,2,33). Sum of RGB (Red+Green+Blue) = 151+2+33=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #970221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970221 is #68FDDE. Grayscale: #323232. Windows color (decimal): -6880735 or 2163351. OLE color: 2163351.

HSL color Cylindrical-coordinate representation of color #970221: hue angle of 347.52º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970221 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 33 -
CMYK 0 0.99 0.78 0.41
HSL 347.52º 0.97% 0.3% -
HSV(B) 347.52º 0.99% 0.59% -
XYZ 13.06 6.73 2.05 -
YUV 50.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 151 2 33 0 0.99 0.78 0.41 347.52 0.97 0.3
Hex 97 2 21 0 63 4E 29 15C 61 1E
Octal 227 2 41 0 143 116 51 534 141 36
Binary 10010111 10 100001 0 1100011 1001110 101001 101011100 1100001 11110

Color Harmonies of #970221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970221

Black with #970221

Text Example


Text Example

White with #970221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970221; }

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

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

background-color css

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

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

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

border-color css

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

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

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