Html Css Color HEX #97101C Carmine

📋 copy color: '#97101C'

red 151 ◦ green 16 ◦ blue 28

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

Shades of Carmine #97101C

Tints of Carmine #97101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 77.44%
G = 8.21%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97101C (or 0x97101C) is known color: Carmine. HEX triplet: 97, 10 and 1C. RGB value is (151,16,28). Sum of RGB (Red+Green+Blue) = 151+16+28=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #97101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97101C is #68EFE3. Grayscale: #393939. Windows color (decimal): -6877156 or 1839255. OLE color: 1839255.

HSL color Cylindrical-coordinate representation of color #97101C: hue angle of 354.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97101C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 28 -
CMYK 0 0.89 0.81 0.41
HSL 354.67º 0.81% 0.33% -
HSV(B) 354.67º 0.89% 0.59% -
XYZ 13.16 7.03 1.76 -
YUV 57.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 151 16 28 0 0.89 0.81 0.41 354.67 0.81 0.33
Hex 97 10 1C 0 59 51 29 163 51 21
Octal 227 20 34 0 131 121 51 543 121 41
Binary 10010111 10000 11100 0 1011001 1010001 101001 101100011 1010001 100001

Color Harmonies of #97101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97101C

Black with #97101C

Text Example


Text Example

White with #97101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97101C; }

 p { color: rgb(151,16,28); }

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

background-color css

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

 a { background-color: rgb(151,16,28); }

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

border-color css

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

 span { border-color: rgb(151,16,28); }

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