Html Css Color HEX #970211 Carmine

📋 copy color: '#970211'

red 151 ◦ green 2 ◦ blue 17

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

Shades of Carmine #970211

Tints of Carmine #970211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10%

R = 88.82%
G = 1.18%
B = 10%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#970211 (or 0x970211) is known color: Carmine. HEX triplet: 97, 02 and 11. RGB value is (151,2,17). Sum of RGB (Red+Green+Blue) = 151+2+17=170 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.82% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 151 - color contains mainly: red. Hex color #970211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970211 is #68FDEE. Grayscale: #303030. Windows color (decimal): -6880751 or 1114775. OLE color: 1114775.

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

Color convert

RGB 151 2 17 -
CMYK 0 0.99 0.89 0.41
HSL 353.96º 0.97% 0.3% -
HSV(B) 353.96º 0.99% 0.59% -
XYZ 12.89 6.66 1.14 -
YUV 48.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 151 2 17 0 0.99 0.89 0.41 353.96 0.97 0.3
Hex 97 2 11 0 63 59 29 162 61 1E
Octal 227 2 21 0 143 131 51 542 141 36
Binary 10010111 10 10001 0 1100011 1011001 101001 101100010 1100001 11110

Color Harmonies of #970211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970211

Black with #970211

Text Example


Text Example

White with #970211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970211; }

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

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

background-color css

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

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

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

border-color css

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

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

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