Html Css Color HEX #97101D Carmine

📋 copy color: '#97101D'

red 151 ◦ green 16 ◦ blue 29

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

Shades of Carmine #97101D

Tints of Carmine #97101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 77.04%
G = 8.16%
B = 14.8%

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

#97101D (or 0x97101D) is known color: Carmine. HEX triplet: 97, 10 and 1D. RGB value is (151,16,29). Sum of RGB (Red+Green+Blue) = 151+16+29=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #97101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97101D is #68EFE2. Grayscale: #393939. Windows color (decimal): -6877155 or 1904791. OLE color: 1904791.

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

Color convert

RGB 151 16 29 -
CMYK 0 0.89 0.81 0.41
HSL 354.22º 0.81% 0.33% -
HSV(B) 354.22º 0.89% 0.59% -
XYZ 13.17 7.04 1.83 -
YUV 57.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 151 16 29 0 0.89 0.81 0.41 354.22 0.81 0.33
Hex 97 10 1D 0 59 51 29 162 51 21
Octal 227 20 35 0 131 121 51 542 121 41
Binary 10010111 10000 11101 0 1011001 1010001 101001 101100010 1010001 100001

Color Harmonies of #97101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97101D

Black with #97101D

Text Example


Text Example

White with #97101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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