Html Css Color HEX #97111C Carmine

📋 copy color: '#97111C'

red 151 ◦ green 17 ◦ blue 28

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

Shades of Carmine #97111C

Tints of Carmine #97111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 77.04%
G = 8.67%
B = 14.29%

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

#97111C (or 0x97111C) is known color: Carmine. HEX triplet: 97, 11 and 1C. RGB value is (151,17,28). Sum of RGB (Red+Green+Blue) = 151+17+28=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #97111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97111C is #68EEE3. Grayscale: #3A3A3A. Windows color (decimal): -6876900 or 1839511. OLE color: 1839511.

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

Color convert

RGB 151 17 28 -
CMYK 0 0.89 0.81 0.41
HSL 355.07º 0.8% 0.33% -
HSV(B) 355.07º 0.89% 0.59% -
XYZ 13.17 7.06 1.77 -
YUV 58.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 151 17 28 0 0.89 0.81 0.41 355.07 0.8 0.33
Hex 97 11 1C 0 59 51 29 163 50 21
Octal 227 21 34 0 131 121 51 543 120 41
Binary 10010111 10001 11100 0 1011001 1010001 101001 101100011 1010000 100001

Color Harmonies of #97111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97111C

Black with #97111C

Text Example


Text Example

White with #97111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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