Html Css Color HEX #97141C Carmine

📋 copy color: '#97141C'

red 151 ◦ green 20 ◦ blue 28

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

Shades of Carmine #97141C

Tints of Carmine #97141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 75.88%
G = 10.05%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97141C (or 0x97141C) is known color: Carmine. HEX triplet: 97, 14 and 1C. RGB value is (151,20,28). Sum of RGB (Red+Green+Blue) = 151+20+28=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #97141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97141C is #68EBE3. Grayscale: #3C3C3C. Windows color (decimal): -6876132 or 1840279. OLE color: 1840279.

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

Color convert

RGB 151 20 28 -
CMYK 0 0.87 0.81 0.41
HSL 356.34º 0.77% 0.34% -
HSV(B) 356.34º 0.87% 0.59% -
XYZ 13.22 7.16 1.78 -
YUV 60.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 151 20 28 0 0.87 0.81 0.41 356.34 0.77 0.34
Hex 97 14 1C 0 57 51 29 164 4D 22
Octal 227 24 34 0 127 121 51 544 115 42
Binary 10010111 10100 11100 0 1010111 1010001 101001 101100100 1001101 100010

Color Harmonies of #97141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97141C

Black with #97141C

Text Example


Text Example

White with #97141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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